Skip to content

Commit fc56b75

Browse files
committed
Change pre-release branch for testing
1 parent 6cbc143 commit fc56b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Trigger a beta version release (pre-release) on push to the master branch.
55
push:
66
branches:
7-
- master
7+
- automated-release-process # TODO replace with master
88
tags-ignore:
99
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1010

0 commit comments

Comments
 (0)