Skip to content

Commit 1bbac6a

Browse files
josephperrottclydin
authored andcommitted
ci: publish to builds repos for all managed branches (feature and releasable branches)
1 parent 4a96c8f commit 1bbac6a

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
@@ -455,7 +463,7 @@ workflows:
455463

456464
# Publish jobs
457465
- snapshot_publish:
458-
<<: *only_release_branches
466+
<<: *only_builds_branches
459467
requires:
460468
- setup
461469
- e2e-cli

0 commit comments

Comments
 (0)