Skip to content

Commit 6041c37

Browse files
authored
Merge branch 'eurecom-s3:main' into main
2 parents b2d76b6 + 0b644df commit 6041c37

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)