Skip to content

Commit 5a97aa6

Browse files
committed
Execute CI on every PR
1 parent cc44c3f commit 5a97aa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: CI
22

33
on:
4-
push:
5-
branches:
6-
- ci
4+
pull_request:
5+
branches: [ master ]
76

87
jobs:
98
run-tests:

0 commit comments

Comments
 (0)