Skip to content

Commit

Permalink
fix(ci): run GH action on PRs as well
Browse files Browse the repository at this point in the history
- `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
  • Loading branch information
agilgur5 committed Dec 31, 2024
1 parent a96c383 commit ba24bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
ci:
name: CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}
Expand Down

0 comments on commit ba24bb9

Please sign in to comment.