about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-03-25 20:01:11 +0100
committerflip1995 <hello@philkrones.com>2020-03-25 20:20:54 +0100
commitaa1ad42736a296211effd3b0a320a8057e3552f5 (patch)
tree17c6c603e1768e634e812fca87f1565ffcef9995 /.github/workflows
parentd7440a0d7c0c080d1bfbe661436793947d87f2cc (diff)
Also deploy from the beta branch
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5b7bec81999..10033daf0ae 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - master
+      - beta
     tags:
       - rust-1.**
 
@@ -34,6 +35,9 @@ jobs:
       run: |
         TAG=$(basename ${{ github.ref }})
         echo "::set-env name=TAG_NAME::$TAG"
+    - name: Set beta to true
+      if: github.ref == 'refs/heads/beta'
+      run: echo "::set-env name=BETA::true"
     - name: Deploy
       run: |
         eval "$(ssh-agent -s)"