Skip to content

Commit d365180

Browse files
committed
ci: enhance ci triggers
1 parent 62c3af7 commit d365180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Continuous integration
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
6-
types: [opened, reopened]
8+
branches:
9+
- master
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)