* chore: trigger a central workflow when the manifest is modified. * chore: import compatibility from the existing registry details
16 lines
319 B
YAML
16 lines
319 B
YAML
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
|