We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1fd83 commit 1a35da7Copy full SHA for 1a35da7
.circleci/workflows.yml
@@ -63,7 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
63
when:
64
or:
65
- equal: [ develop, << pipeline.git.branch >> ]
66
- - equal: [ 'retry-flake', << pipeline.git.branch >> ]
+ - equal: [ 'feature/IATR-M0', << pipeline.git.branch >> ]
67
- matches:
68
pattern: /^release\/\d+\.\d+\.\d+$/
69
value: << pipeline.git.branch >>
0 commit comments