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 31cf7f7 commit b1e7964Copy full SHA for b1e7964
.circleci/config.yml
@@ -1442,18 +1442,23 @@ workflows:
1442
1443
# Bytecode comparison:
1444
- b_bytecode_ubu:
1445
+ <<: *workflow_trigger_on_tags
1446
requires:
1447
- b_ubu
1448
- b_bytecode_win:
1449
1450
1451
- b_win
1452
- b_bytecode_osx:
1453
1454
1455
- b_osx
1456
- b_bytecode_ems:
1457
1458
1459
- b_ems
1460
- t_bytecode_compare:
1461
1462
1463
- b_bytecode_ubu
1464
- b_bytecode_win
0 commit comments