Skip to content

Commit ddce7e2

Browse files
committed
CI: Ignore branches, not tags
1 parent 1a39fa4 commit ddce7e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,10 @@ workflows:
417417
only: /.*/
418418
- compare_base_dockerfiles:
419419
filters:
420-
tags:
420+
branches:
421421
ignore: /^(ci\/)?travis.*/
422+
tags:
423+
only: /.*/
422424
- test_pytest:
423425
filters:
424426
tags:

0 commit comments

Comments
 (0)