Skip to content

Commit 2997712

Browse files
authored
ci(workflow): run ci on pullrequests
1 parent 7e17f94 commit 2997712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Continuous Integration
22

33
on:
4+
pull_request:
45
push:
6+
branches:
7+
- master
58

69
jobs:
710
check:

0 commit comments

Comments
 (0)