We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76990ac commit c771b7dCopy full SHA for c771b7d
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