Skip to content

Commit f354bad

Browse files
author
Rami Chowdhury
committed
Only push on merges to master
1 parent 095d5ca commit f354bad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ workflows:
5454
- build
5555

5656
# The deployment workflow publishes the package, and is only run on a Git tag matching a
57-
# version regex
57+
# version regex being merged to master
5858
deployment-workflow:
5959
jobs:
6060
- build:
6161
filters:
6262
tags:
6363
only: /v[0-9]+(\.[0-9]+)*/
6464
branches:
65-
ignore: /.*/
65+
only: master
6666

6767
- deployment:
6868
requires:
@@ -71,4 +71,4 @@ workflows:
7171
tags:
7272
only: /v[0-9]+(\.[0-9]+)*/
7373
branches:
74-
ignore: /.*/
74+
only: master

0 commit comments

Comments
 (0)