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 095d5ca commit f354badCopy full SHA for f354bad
.circleci/config.yml
@@ -54,15 +54,15 @@ workflows:
54
- build
55
56
# The deployment workflow publishes the package, and is only run on a Git tag matching a
57
- # version regex
+ # version regex being merged to master
58
deployment-workflow:
59
jobs:
60
- build:
61
filters:
62
tags:
63
only: /v[0-9]+(\.[0-9]+)*/
64
branches:
65
- ignore: /.*/
+ only: master
66
67
- deployment:
68
requires:
@@ -71,4 +71,4 @@ workflows:
71
72
73
74
0 commit comments