We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fa19c commit 3ddcd38Copy full SHA for 3ddcd38
.github/workflows/dploy.yml
@@ -1,9 +1,8 @@
1
name: Deploy to Production
2
3
on:
4
- push:
5
- branches:
6
- - main
+ pull_request:
+ types: [opened, synchronize, reopened]
7
8
concurrency:
9
group: deploy-production
0 commit comments