Skip to content

Commit

Permalink
remove branch constraints in CI (#2230)
Browse files Browse the repository at this point in the history
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 😉 )
  • Loading branch information
mockersf committed May 23, 2021
1 parent 653c103 commit bec323e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
pull_request:
push:
branches: [main, staging, trying]

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- '**/Cargo.toml'
- 'deny.toml'
push:
branches: [main, staging, trying]
paths:
- '**/Cargo.toml'
- 'deny.toml'
Expand Down

0 comments on commit bec323e

Please sign in to comment.