Skip to content

Commit 632363e

Browse files
committed
revert filters
1 parent 9ebb975 commit 632363e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ workflows:
9090
- test
9191
- build_all
9292
filters:
93-
branches:
94-
only: /^(main|master|release-.*|.*build-all.*)$/
9593
tags:
9694
only: /^v.*/
95+
branches:
96+
ignore: /.*/
9797
# - prometheus/publish_master:
9898
# context: org-context
9999
# docker_hub_organization: prometheuscommunity

0 commit comments

Comments
 (0)