[gtk-web/new-website] CI: Enable build pipeline for the new-website branch



commit 052f6e7a40584d8543729863a3797945f822eaa2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Nov 21 12:20:11 2019 +0000

    CI: Enable build pipeline for the new-website branch
    
    This way we can test it without merging to master.

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ff9142..e7626db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ test:
     - test
   except:
   - master
+  - new-website
 
 pages:
   stage: deploy
@@ -41,4 +42,5 @@ pages:
     paths:
     - public
   only:
-  - master
\ No newline at end of file
+  - master
+  - new-website


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]