Skip to content

Commit 7282c64

Browse files
committed
DON'T MERGE: create releases on MR branch for testing
1 parent 8cdfa13 commit 7282c64

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
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
artifacts: "tutorial.tar"
2727
commit: "HEAD"
28-
if: github.ref == 'refs/heads/main'
28+
if: github.ref == 'refs/heads/push-nmsvyrusmtnw'

0 commit comments

Comments
 (0)