Skip to content

Commit 768b7fe

Browse files
committed
Run github actions on PRs and on push to master
So that tests run on PRs from forks
1 parent a9fa27f commit 768b7fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
name: test
33

4-
on: push
4+
on:
5+
pull_request: ~
6+
push:
7+
branches:
8+
- master
59

610
jobs:
711
test:

0 commit comments

Comments
 (0)