Skip to content

Commit b620b72

Browse files
author
Nat Morris
authored
Merge pull request #219 from netbox-community/feat/ENG-3602_plugin_manifest
ENG-3602 Trigger an update when the manifest is modified
2 parents 93b2e05 + 4d25e61 commit b620b72

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: NetBox plugin manifest modified
2+
3+
on:
4+
push:
5+
branches: [ develop ]
6+
paths:
7+
- netbox-plugin.yaml
8+
9+
concurrency:
10+
group: ${{ github.workflow }}
11+
cancel-in-progress: false
12+
13+
jobs:
14+
manifest-modified:
15+
uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-manifest-modified.yml@release

netbox-plugin.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 0.1
2+
package_name: netbox-bgp
3+
compatibility:
4+
- release: 0.14.0
5+
netbox_min: 4.1.0
6+
netbox_max: 4.1.3
7+
- release: 0.13.3
8+
netbox_min: 4.0.9
9+
netbox_max: 4.0.11
10+
- release: 0.13.2
11+
netbox_min: 4.0.0
12+
netbox_max: 4.0.9

0 commit comments

Comments
 (0)