diff --git a/.github/workflows/release-validation.yaml b/.github/workflows/release-validation.yaml new file mode 100644 index 0000000..8309a2b --- /dev/null +++ b/.github/workflows/release-validation.yaml @@ -0,0 +1,17 @@ +name: Release +on: + pull_request: + branches: release + types: [ opened, edited ] + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: false + +jobs: + release: + uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-release-validation.yml@develop + with: + plugin_package_name: netbox-floorplan-plugin + plugin_package_dir: netbox_floorplan + secrets: inherit