Skip to content

Commit 46c89cb

Browse files
Vu NguyenVu Nguyen
Vu Nguyen
authored and
Vu Nguyen
committed
update ci trigger
1 parent 194cb75 commit 46c89cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
2-
release:
3-
types:
4-
- created
2+
push:
3+
branches:
4+
- master
5+
pull_request:
6+
types: [opened, synchronize, reopened]
57

68
jobs:
79
build:
@@ -15,4 +17,4 @@ jobs:
1517
node-version: 16.x
1618
- run: npm install
1719
- name: Compile
18-
run: npm run compile
20+
run: npm run compile

0 commit comments

Comments
 (0)