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 0bcf758 commit 3d5dd00Copy full SHA for 3d5dd00
.github/workflows/deploy-prod.yml
@@ -1,8 +1,7 @@
1
name: Deploy to Production Environment
2
3
on:
4
- push:
5
- branches: [master]
+ workflow_dispatch:
6
7
concurrency:
8
group: deploy-prod-${{ github.ref }}
0 commit comments