Skip to content

Commit

Permalink
feat: Trigger central workflows when the manifest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Oct 9, 2024
1 parent 440986f commit 4d25e61
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/manifest-modified.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: NetBox plugin manifest modified

on:
push:
branches: [ develop ]
paths:
- netbox-plugin.yaml

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
manifest-modified:
uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-manifest-modified.yml@release

0 comments on commit 4d25e61

Please sign in to comment.