Skip to content

Commit 8f52919

Browse files
committed
(d) Adjust buildworkflow to run in test branch
1 parent afad633 commit 8f52919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
create:
55
push:
66
branches:
7-
- main
7+
- test-fix-publishing-conditional
88
- '[0-9]+.[0-9]+.x'
99
paths-ignore:
1010
- '.github/**'
@@ -171,7 +171,7 @@ jobs:
171171
"${{ github.event_name }}" == "schedule" ||
172172
(
173173
"${{ github.event_name }}" == "workflow_dispatch" &&
174-
"${{ github.ref }}" == "refs/heads/main"
174+
"${{ github.ref }}" == "refs/heads/test-fix-publishing-conditional"
175175
)
176176
]]; then
177177
is_release="false"

0 commit comments

Comments
 (0)