Skip to content

Commit 1a72e7b

Browse files
committed
Run CI on pull requests
1 parent 63652f4 commit 1a72e7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Main branch CI
22

33
on:
4-
push
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
58

69
jobs:
710
CI:

0 commit comments

Comments
 (0)