Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b431e commit c9dab3cCopy full SHA for c9dab3c
.github/workflows/deploy-prod.yml
@@ -30,4 +30,4 @@ jobs:
30
repoToken: "${{ secrets.GITHUB_TOKEN }}"
31
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
32
projectId: cp-algorithms
33
- channelId: ${{ github.event_name == 'pull' && github.ref == 'refs/heads/master' && env.LIVE_NAME || env.PREVIEW_NAME }}
+ channelId: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && env.LIVE_NAME || env.PREVIEW_NAME }}
0 commit comments