diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index bbd7dc56..57ca2598 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -17,7 +17,7 @@ permissions: contents: read jobs: - build: + deploy-dev: if: github.event.pull_request.merged == true runs-on: ubuntu-latest environment: develop diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index a7a76a4e..6e8d3da8 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -17,7 +17,7 @@ permissions: contents: read jobs: - build: + deploy-prod: if: github.event.pull_request.merged == true runs-on: ubuntu-latest environment: production