Skip to content

Commit 6e1cfb8

Browse files
authored
fix(ci): Use a string matcher for the workflow (#1095)
1 parent 03824ce commit 6e1cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
# used in `build-docker-images` workflow below
306306
branch_filters: &branch_filters
307307
branches:
308-
only: /^cd/staging$/
308+
only: cd/staging
309309
tags:
310310
ignore: /.*/
311311

0 commit comments

Comments
 (0)