Skip to content

Commit dc7251f

Browse files
committed
chore(ci): allow tests to run on Pull Requests
Currently pull requests from forks don't trigger the test suite. This allows the test suite to run on pull requests from forks after manual approval by a codeowner.
1 parent 67772e0 commit dc7251f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches: [ "master"]
4+
pull_request:
5+
branches: [ "master"]
26
permissions:
37
contents: read
48
jobs:

0 commit comments

Comments
 (0)