diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index 2f56cbf..c5da4dc 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -16,6 +16,8 @@ jobs: deploy-dev: # The type of runner that the job will run on runs-on: ubuntu-latest + environment: + name: development # Set the environment name # Only trigger the workflow if the commit message contains '[build]' if: contains(github.event.head_commit.message, '[build]') # Steps represent a sequence of tasks that will be executed as part of the job