We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbc143 commit fc56b75Copy full SHA for fc56b75
.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