Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-16 18:06:29 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 18:06:29 +0300
commitdd391c5222d4a2cfd39423b7389ee14b143ae30c (patch)
tree7c1ec65fdd61aeae656f761eb490d6c2b390db30
parentcd59a3f5d862e9de7b802dd370f47fdfabb8a101 (diff)
Update workflow again
-rw-r--r--.circleci/config.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7bbd14f..f78023c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -190,7 +190,9 @@ workflows:
- create-release:
filters:
tags:
- only: /^\d+\.\d+\.\d+$/
+ only: /.*/
+ branches:
+ ignore: /.*/
requires:
- test-blue-grid
- test-blue-row-jumbo-false
@@ -205,7 +207,9 @@ workflows:
- publish-github-release:
filters:
tags:
- only: /^\d+\.\d+\.\d+$/
+ only: /.*/
+ branches:
+ ignore: /.*/
requires:
- create-release