Update plugin yaml for topology views v4.0.1 and netbox v4.1.4 (#581) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |