Skip to content

Commit 990d258

Browse files
committed
wip
1 parent 893e537 commit 990d258

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
on: push
1+
on:
2+
push:
3+
branches:
4+
- master
25

36
jobs:
47
build_qemu:
58
runs-on: ubuntu-latest
69
steps:
710
- name: checkout
811
uses: actions/checkout@v3
9-
- name: check merge is success
10-
run: bash -c 'if [ -f shazam.log ]; then echo "merge failed"; cat shazam.log; exit 1; fi'
1112
- name: build_container
1213
run: ./run.sh amd64 true
1314
- name: build opt

0 commit comments

Comments
 (0)