Skip to content

Commit ec4e365

Browse files
authored
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
1 parent 599f371 commit ec4e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)