Skip to content

Commit c037d98

Browse files
authored
Add push event trigger to test.yml (#268)
1 parent ee8539f commit c037d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
if: >
17+
github.event_name == 'push' ||
1718
github.event_name == 'pull_request' ||
1819
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
1920
env:
@@ -45,4 +46,4 @@ jobs:
4546
- name: Compile examples
4647
run: pnpm -r build-check
4748
- name: Run tests
48-
run: pnpm test
49+
run: pnpm test

0 commit comments

Comments
 (0)