Skip to content

Commit e434ece

Browse files
committed
wip
1 parent 78b9a7c commit e434ece

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,12 +1,13 @@
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
1213
run: ./run.sh amd64 ./build.sh opt

0 commit comments

Comments
 (0)