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 ![ci](https://user-images.githubusercontent.com/66798382/122072006-82ccad00-cdf7-11eb-84c8-29356594180d.PNG) ![ci2](https://user-images.githubusercontent.com/66798382/122072030-85c79d80-cdf7-11eb-8c30-2e3088d47285.png) ### dependabot/** Dependabot creates its branches in this Repo, which causes the CI to run twice on the same commit ![ci3](https://user-images.githubusercontent.com/66798382/122072345-c6bfb200-cdf7-11eb-8de6-3ffcbf641631.PNG) ## Solution Exclude those branches from running CI.
- Loading branch information