Skip to content

Commit 58d8d9a

Browse files
committed
chore(ci): trigger CI for all branch and PR
1 parent 5d4da69 commit 58d8d9a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Build & Test
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
3+
on: [push, pull_request]
104

115
jobs:
126
build:
@@ -31,4 +25,3 @@ jobs:
3125
run: yarn test-unit
3226
env:
3327
CI: true
34-

0 commit comments

Comments
 (0)