CI running on push to master and PRs
I noticed that CI was running twice if I created a branch and made a PR. How do we feel about this new config?
This commit is contained in:
parent
53c427cdcb
commit
05303beb03
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,4 +1,7 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
|
||||
name: Rust IPFS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user