summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 87be49a64c..349551339b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -134,12 +134,14 @@ workflows:
only:
- l10n_develop
- imgbot
+ - patch-autogen
- build:
filters:
branches:
ignore:
- l10n_develop
- imgbot
+ - patch-autogen
- test:
requires:
- build
@@ -149,13 +151,20 @@ workflows:
# - master
- l10n_develop
- imgbot
+ - patch-autogen
- test:
without_redis: "true"
requires:
- build
filters:
+# branches:
+# only: master
branches:
- only: master
+ ignore:
+# - master
+ - l10n_develop
+ - imgbot
+ - patch-autogen
# - docker:
# filters:
# branches: