summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a94179b..6e91c11 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,8 +23,8 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
- # For the main branch, this job should use the staging environment
- environment: staging
+ environment:
+ name: ${{ github.ref_name }}
# The type of runner that the job will run on
runs-on: ubuntu-latest