remove branch constraints in CI (#2230)

Remove branch constraints from CI

This will let CI run on:
- fork branches before a PR is opened
- this repo branches if we start using them (😉 relations 😉 )
This commit is contained in:
François 2021-05-23 19:51:34 +00:00
parent 653c10371e
commit bec323e2e2
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ name: CI
on:
pull_request:
push:
branches: [main, staging, trying]
env:
CARGO_TERM_COLOR: always

View file

@ -6,7 +6,6 @@ on:
- '**/Cargo.toml'
- 'deny.toml'
push:
branches: [main, staging, trying]
paths:
- '**/Cargo.toml'
- 'deny.toml'