We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e82c4 commit c43555cCopy full SHA for c43555c
.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