diff options
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 4 |
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 |