Skip to content

Commit d3455eb

Browse files
author
Rami Chowdhury
committed
Don't even build if tag is not on master
1 parent d40b98e commit d3455eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ workflows:
6868
deployment-workflow:
6969
jobs:
7070
- build:
71+
requires:
72+
- tag_is_on_master
7173
filters:
7274
tags:
7375
only: /v[0-9]+(\.[0-9]+)*/

0 commit comments

Comments
 (0)