mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
653c10371e
commit
bec323e2e2
2 changed files with 0 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -3,7 +3,6 @@ name: CI
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main, staging, trying]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
1
.github/workflows/dependencies.yml
vendored
1
.github/workflows/dependencies.yml
vendored
|
@ -6,7 +6,6 @@ on:
|
|||
- '**/Cargo.toml'
|
||||
- 'deny.toml'
|
||||
push:
|
||||
branches: [main, staging, trying]
|
||||
paths:
|
||||
- '**/Cargo.toml'
|
||||
- 'deny.toml'
|
||||
|
|
Loading…
Reference in a new issue