Skip to content

Commit 59943e7

Browse files
committed
DON'T MERGE: create releases on MR branch for testing
1 parent f8a4efc commit 59943e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: $GITHUB_SHA
29-
if: github.ref == 'refs/heads/main'
29+
if: github.ref == 'refs/heads/push-nmsvyrusmtnw'

0 commit comments

Comments
 (0)