Skip to content

Commit bcc6d16

Browse files
authored
Merge pull request #51 from netbox-community/feat/ENG-3602_plugin_manifest
ENG-3602 Trigger an update when the manifest is modified
2 parents 1d3536d + 91d1e0d commit bcc6d16

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
+15
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: [ master ]
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

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 0.1
2+
package_name: netbox-floorplan-plugin
3+
compatibility:
4+
- release: 0.4.0
5+
netbox_min: 4.0.2
6+
netbox_max: 4.0.10
7+
- release: 0.3.6
8+
netbox_min: 3.5.2
9+
netbox_max: 3.7.8
10+
- release: 0.3.3
11+
netbox_min: 3.7.2
12+
netbox_max: 3.7.5
13+
- release: 0.3.2
14+
netbox_min: 3.5.1
15+
netbox_max: 3.7.2

0 commit comments

Comments
 (0)