Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 19c33bd

Browse files
committed
Run deploy only for git tags
1 parent de7278e commit 19c33bd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ workflows:
3737
version: 2
3838
build-and-deploy:
3939
jobs:
40-
- build
40+
- build:
41+
filters:
42+
tags:
43+
only: /.*/
4144
- deploy:
4245
requires:
4346
- build
4447
filters:
4548
tags:
4649
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
50+
branches:
51+
ignore: /.*/

0 commit comments

Comments
 (0)