Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 13, 2023
1 parent 80471b3 commit 890b7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ jobs:
# "^pull/\d+" is not valid YAML
# "^pull/\\d+" matches neither 'pull/1' nor 'main'
# Note that we want to include 'pull/1', 'pull/1/head' and ''pull/1/merge'
pattern: '^pull/.+$'
pattern: '^xpull/.+$'
value: << pipeline.git.branch >>
steps:
- aws-cli/install:
Expand Down Expand Up @@ -717,7 +717,7 @@ jobs:
# "^pull/\d+" is not valid YAML
# "^pull/\\d+" matches neither 'pull/1' nor 'main'
# Note that we want to include 'pull/1', 'pull/1/head' and ''pull/1/merge'
pattern: '^pull/.+$'
pattern: '^xpull/.+$'
value: << pipeline.git.branch >>
steps:
- aws-cli/install:
Expand Down

0 comments on commit 890b7c4

Please sign in to comment.