Skip to content

Commit 3887fe3

Browse files
committed
fix: run at PR and master branch
1 parent aef8c1e commit 3887fe3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Continuous Integration
22

3-
on:
3+
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
8+
branches:
9+
- master
510

611
jobs:
712
build:

0 commit comments

Comments
 (0)