Skip to content

Commit 3915bc2

Browse files
committed
fix: Fixed on for github action
1 parent e22ffa9 commit 3915bc2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run-unit-tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Node.js CI
55

6-
on:
7-
push:
8-
branches: [ $default-branch ]
9-
pull_request:
10-
branches: [ $default-branch ]
6+
on: ['push', 'pull_request']
117

128
jobs:
139
build-and-test:

0 commit comments

Comments
 (0)