We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f31116 commit 9aa9162Copy full SHA for 9aa9162
.circleci/config.yml
@@ -505,9 +505,12 @@ workflows:
505
jobs:
506
- prepare:
507
context: ux-eng-keys
508
+ filters:
509
+ tags:
510
+ only: /.*/
511
- build-storybook:
512
- # do not run for main version branches
513
+ # do not run for future version tags (X.X.X-*)
514
filters:
515
tags:
516
ignore: /^v\d+\.\d+\.\d+-.+$/
@@ -521,10 +524,16 @@ workflows:
521
524
522
525
requires:
523
526
- prepare
527
528
529
530
- publish-site:
531
532
533
- framework-build
534
535
536
537
- populate-database:
538
539
0 commit comments