Skip to content

Commit fbd2592

Browse files
committed
fix(ci): run GH action on external PRs as well (#112)
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 https://github.com/agilgur5/mst-persist/blob/4f8b9f116d1645112ac2eb790d41f007916b9ff0/.github/workflows/ci.yml#L2 (cherry picked from commit ec4e365)
1 parent abc477b commit fbd2592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
ci:
55
name: CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)