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 8853cff commit 8c82d97Copy full SHA for 8c82d97
1 file changed
.github/workflows/auto-release.yml
@@ -1,10 +1,6 @@
1
name: 'Gitflow: Auto prepare release'
2
on:
3
- pull_request:
4
- types:
5
- - closed
6
- branches:
7
- - master
+ push:
8
9
# This workflow triggers a release when merging a branch with the pattern `prepare-release/VERSION` into master.
10
permissions:
0 commit comments