diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 0000000..66f09b4 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,11 @@ +name: "auto-release" +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + auto-release: + uses: GlueOps/github-workflows/.github/workflows/auto-release.yml@feat/adding-new-pr-check-workflows + secrets: inherit