Skip to content

Commit 71eed45

Browse files
committed
DON'T MERGE: create releases on MR branch for testing
1 parent 20ab28e commit 71eed45

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
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- main
6+
- push-nmsvyrusmtnw
77
jobs:
88
build:
99
runs-on: ubuntu-latest
@@ -26,4 +26,4 @@ jobs:
2626
artifacts: "tutorial.tar"
2727
commit: "HEAD"
2828
tag: "v$GITHUB_SHA"
29-
if: github.ref == 'refs/heads/main'
29+
if: github.ref == 'refs/heads/push-nmsvyrusmtnw'

0 commit comments

Comments
 (0)