diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81b907c1..bd0e7bc6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,6 +75,9 @@ jobs: name: Deploy needs: build if: github.event_name == 'push' + # production environment is protected, it requires an approval before execution. + environment: + name: prod runs-on: ubuntu-latest steps: - uses: actions/checkout@v2