Skip to content

Commit

Permalink
Merge pull request #51 from netbox-community/feat/ENG-3602_plugin_man…
Browse files Browse the repository at this point in the history
…ifest

ENG-3602 Trigger an update when the manifest is modified
  • Loading branch information
cruse1977 authored Oct 14, 2024
2 parents 1d3536d + 91d1e0d commit bcc6d16
Show file tree
Hide file tree
Showing 2 changed files with 30 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: [ master ]
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
15 changes: 15 additions & 0 deletions netbox-plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 0.1
package_name: netbox-floorplan-plugin
compatibility:
- release: 0.4.0
netbox_min: 4.0.2
netbox_max: 4.0.10
- release: 0.3.6
netbox_min: 3.5.2
netbox_max: 3.7.8
- release: 0.3.3
netbox_min: 3.7.2
netbox_max: 3.7.5
- release: 0.3.2
netbox_min: 3.5.1
netbox_max: 3.7.2

0 comments on commit bcc6d16

Please sign in to comment.