Skip to content

Commit f76b9c3

Browse files
author
Rami Chowdhury
committed
Add tag_describes_master to deployment workflow
1 parent 7def829 commit f76b9c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ workflows:
7373
branches:
7474
ignore: /.*/
7575

76+
- tag_describes_master:
77+
filters:
78+
tags:
79+
only: /v[0-9]+(\.[0-9]+)*/
80+
branches:
81+
ignore: /.*/
82+
7683
- deployment:
7784
requires:
7885
- build

0 commit comments

Comments
 (0)