Skip to content

Commit f7d0561

Browse files
authoredJul 15, 2021
Merge branch 'master' into fix-li-in-nav
2 parents c369a1d + b614fe0 commit f7d0561

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.github/workflows/ci.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: push
1+
on:
2+
push:
3+
pull_request:
4+
types: [opened, synchronize]
25
jobs:
36
build:
47
runs-on: ubuntu-latest
@@ -11,4 +14,4 @@ jobs:
1114
- name: build
1215
run: script/bootstrap
1316
- name: test
14-
run: script/cibuild
17+
run: script/cibuild

0 commit comments

Comments
 (0)
Please sign in to comment.