Skip to content

Commit 686d839

Browse files
josephperrottclydin
authored andcommitted
ci: publish to builds repos for all managed branches (feature and releasable branches)
(cherry picked from commit 1bbac6a)
1 parent 2b4beac commit 686d839

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.circleci/dynamic_config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,16 @@ var_6: &only_pull_requests
5555
only:
5656
- /pull\/\d+/
5757

58+
var_7: &only_builds_branches
59+
filters:
60+
branches:
61+
only:
62+
- main
63+
- /\d+\.\d+\.x/
64+
- ^feature\-.*
65+
5866
# All e2e test suites
59-
var_7: &all_e2e_subsets ['npm', 'esbuild', 'yarn']
67+
var_8: &all_e2e_subsets ['npm', 'esbuild', 'yarn']
6068

6169
# Executor Definitions
6270
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-executors
@@ -458,7 +466,7 @@ workflows:
458466

459467
# Publish jobs
460468
- snapshot_publish:
461-
<<: *only_release_branches
469+
<<: *only_builds_branches
462470
requires:
463471
- setup
464472
- e2e-cli

0 commit comments

Comments
 (0)