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 bcca72f commit a2d7088Copy full SHA for a2d7088
.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 change to master
8
tags-ignore:
9
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
10
0 commit comments