summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-03-30 11:55:13 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-03-31 16:47:22 +0200
commit4498104ac857840083d1db98e04c1efe609091db (patch)
tree7638e054f01812a53fc36daeee655d4d57b8feb1 /.gitlab-ci.yml
parent1dbeacb3f82faa58767e91bda45c0a59b778cf27 (diff)
ci: Trigger Windows builds on branches containing 'windows' keyword
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83b4dba9..226cf79f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,6 +78,7 @@ windows:
# This job takes ~40 minutes to run, let's only execute it manually or for
# scheduled builds, otherwise this will stall MRs often not related to Windows
only:
+ - /windows/i # refs containing 'windows' keyword
- tags
- web
- scheduled