summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-04-26 18:12:10 +0700
committerDaniil Baturin <daniil@baturin.org>2021-04-26 18:12:10 +0700
commitdd37492c048c0e6902b02067369b8e2e4a5a2118 (patch)
tree7096b0056da45e0465a993a65371c741ece594c6 /.github/workflows/main.yml
parentd537e299d841e6db0234533cb4cb33329d4bfa6e (diff)
downloadcommunity.vyos.net-dd37492c048c0e6902b02067369b8e2e4a5a2118.tar.gz
community.vyos.net-dd37492c048c0e6902b02067369b8e2e4a5a2118.zip
Reference the staging envoronment in the github workflow.
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ef7cb7a..8926b87 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,6 +18,9 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
+ # For the main branch, this job should use the staging environment
+ environment: staging
+
# The type of runner that the job will run on
runs-on: ubuntu-20.04