Skip to content

Commit a43496d

Browse files
Allow the current branch to run to test the pipeline
1 parent c3afa57 commit a43496d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ workflows:
5252
tags:
5353
only: /dev-v[0-9]+(\.[0-9]+)*/
5454
branches:
55-
ignore: /.*/
55+
only: ci/use-circle-ci-tests-for-partial-rerun-support
5656

5757
- publish:
5858
context:

.circleci/config_continue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ workflows:
8484
tags:
8585
only: /dev-v[0-9]+(\.[0-9]+)*/
8686
branches:
87-
ignore: /.*/
87+
only: ci/use-circle-ci-tests-for-partial-rerun-support
8888
matrix:
8989
parameters:
9090
fdi-version: placeholder

0 commit comments

Comments
 (0)