We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516258f commit 46f2afcCopy full SHA for 46f2afc
.github/workflows/auto-release.yml
@@ -0,0 +1,11 @@
1
+name: "auto-release"
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ workflow_dispatch:
7
+
8
+jobs:
9
+ auto-release:
10
+ uses: GlueOps/github-workflows/.github/workflows/auto-release.yml@feat/adding-new-pr-check-workflows
11
+ secrets: inherit
0 commit comments