Skip to content

Commit 0b644df

Browse files
committed
CI: run also on PRs
1 parent fce21a7 commit 0b644df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22

33
on:
4-
push
4+
[push, pull_request]
55

66
jobs:
77
build:
@@ -36,6 +36,7 @@ jobs:
3636
name: lemon.aarch64
3737
path: "lemon.aarch64"
3838
continue-on-error: true
39+
3940
run:
4041
needs: build
4142
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)