Skip to content

Commit 29964a8

Browse files
authored
Merge pull request #467 from filecoin-project/chore/run-actions-on-pull
chore: run github actions on pull requests from forks
2 parents d76d9c0 + 1c81ce7 commit 29964a8

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)