Skip to content

Commit

Permalink
feat: Trigger an update when the manifest is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Oct 9, 2024
1 parent c9b5f90 commit 380fc26
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: [ main ]
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 380fc26

Please sign in to comment.