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 3d84473 commit 0409673Copy full SHA for 0409673
.github/workflows/pre_release.yaml
@@ -4,7 +4,7 @@ on:
4
# Trigger a beta version release (pre-release) on push to the master branch.
5
push:
6
branches:
7
- - master
+ - automated-release-process # TODO replace with master
8
tags-ignore:
9
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
10
0 commit comments