We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a96c8f commit 1bbac6aCopy full SHA for 1bbac6a
.circleci/dynamic_config.yml
@@ -55,8 +55,16 @@ var_6: &only_pull_requests
55
only:
56
- /pull\/\d+/
57
58
+var_7: &only_builds_branches
59
+ filters:
60
+ branches:
61
+ only:
62
+ - main
63
+ - /\d+\.\d+\.x/
64
+ - ^feature\-.*
65
+
66
# All e2e test suites
-var_7: &all_e2e_subsets ['npm', 'esbuild', 'yarn']
67
+var_8: &all_e2e_subsets ['npm', 'esbuild', 'yarn']
68
69
# Executor Definitions
70
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-executors
@@ -455,7 +463,7 @@ workflows:
455
463
456
464
# Publish jobs
457
465
- snapshot_publish:
458
- <<: *only_release_branches
466
+ <<: *only_builds_branches
459
467
requires:
460
468
- setup
461
469
- e2e-cli
0 commit comments