Skip to content

Commit 1c81ce7

Browse files
committed
chore: run github actions on pull requests and master
- If we run them on all pull requests and pushes, we'll run them twice. - If we run them only on push, we won't run them for forks. Basically: If you want CI, open a PR.
1 parent 54b4283 commit 1c81ce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Continuous integration
22

33
on:
44
push:
5+
branches:
6+
- master
7+
pull_request:
58

69
env:
710
RUSTFLAGS: -Dwarnings

0 commit comments

Comments
 (0)