Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude some Branches from running CI (bevyengine#2344)
# Objective bevyengine#2230 allowed the CI to run on every Branch of this Repo. But some Branches should not actually run the CI, which wastes the available capacity of CI runners. ### staging-squash-merge.tmp This Branch is used by Bors when squashing a PR. CI shouldn't need to run here, as the actual verification happens in the staging branch   ### dependabot/** Dependabot creates its branches in this Repo, which causes the CI to run twice on the same commit  ## Solution Exclude those branches from running CI.
- Loading branch information