Add beta deploy workflow

master
Hasan Genc 4 years ago
parent 86f76993f0
commit 9d0f42adb9
  1. 19
      .circleci/config.yml

@ -99,3 +99,22 @@ workflows:
filters:
branches:
only: master
test-betadeploy:
jobs:
- test:
filters:
tags:
only: /^v.*/
- hold:
type: approval
requires:
- test
filters:
branches:
only: master
- beta_deploy:
requires:
- hold
filters:
branches:
only: master

Loading…
Cancel
Save