diff --git a/.github/workflows/rocket-plugin-release.yml b/.github/workflows/rocket-plugin-release.yml new file mode 100644 index 0000000..fa35591 --- /dev/null +++ b/.github/workflows/rocket-plugin-release.yml @@ -0,0 +1,11 @@ +name: Build & Create GitHub Release + +on: + workflow_dispatch: + push: + branches: + - master + +jobs: + call-rocket-plugin-release: + uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master