Skip to content

Commit 035bbe4

Browse files
committed
wip
1 parent 893e537 commit 035bbe4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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
13-
- name: build opt
14-
run: ./run.sh amd64 ./build.sh opt
14+
- name: build debug
15+
run: ./run.sh amd64 ./build.sh debug

0 commit comments

Comments
 (0)