diff options
-rw-r--r-- | .github/workflows/main.yml | 3 |
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 |