We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76990ac + c771b7d commit 18cae6eCopy full SHA for 18cae6e
1 file changed
circle.yml
@@ -38,3 +38,10 @@ test:
38
- cfy local init -p local-blueprint.yaml
39
- cfy local execute -w install
40
- cfy local execute -w uninstall
41
+
42
+deployment:
43
+ release:
44
+ tag: /[0-9]+(\.[0-9]+)*/
45
+ owner: circleci
46
+ commands:
47
+ - "true"
0 commit comments