We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8dad6 commit cb57ca1Copy full SHA for cb57ca1
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
docker-build:
42
runs-on: ubuntu-latest
43
timeout-minutes: 10
44
- environment: prod
+ environment: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'prod' || null }}
45
needs: [set-variables]
46
strategy:
47
fail-fast: false
0 commit comments