aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4ffe0c283..64d930a735 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -376,6 +376,9 @@ pkg:nix:deploy:channel:
name: cachix
url: https://coq.cachix.org
only:
+ refs: # Repeat conditions from pkg:nix:deploy
+ - master
+ - /^v.*\..*$/
variables:
- $CACHIX_DEPLOYMENT_KEY
dependencies: []