Skip to content

Commit

Permalink
circleci: run on the primary development branch to prime the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 10, 2025
1 parent 02cc09b commit f0de562
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,29 +196,24 @@ workflows:
filters:
branches:
ignore:
- master
- /^ci/(?!circleci).*$/
- clang:
filters:
branches:
ignore:
- master
- /^ci/(?!circleci).*$/
- loongson:
filters:
branches:
ignore:
- master
- /^ci/(?!circleci).*$/
# - i686:
# filters:
# branches:
# ignore:
# - master
# - /^ci/(?!circleci).*$/
- i686-gcc11-O2:
filters:
branches:
ignore:
- master
- /^ci/(?!circleci).*$/

0 comments on commit f0de562

Please sign in to comment.