Skip to content

Commit bb54bfc

Browse files
committed
fix(ci): run GH action on PRs as well
- `push` works for all PRs from my own branches, but not for PRs from forks from external contributors - see also agilgur5/mst-persist@c890d14
1 parent cb09cf7 commit bb54bfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [push]
2+
on:
3+
- push
4+
- pull_request
5+
36
jobs:
47
ci:
58
name: CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)