UNPKG

501 BYAMLView Raw
1version: 2.1
2
3orbs:
4 yarn: artsy/yarn@5.1.3
5 auto: artsy/auto@1.2.1
6
7workflows:
8 build:
9 jobs:
10 - yarn/workflow-queue:
11 filters:
12 branches:
13 only: master
14 - auto/publish-canary:
15 context: npm-deploy
16 filters:
17 branches:
18 ignore: master
19 - auto/publish:
20 context: npm-deploy
21 filters:
22 branches:
23 only: master
24 requires:
25 - yarn/workflow-queue