Skip to content

Commit 3ddcd38

Browse files
committed
wip
1 parent f3fa19c commit 3ddcd38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Deploy to Production
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
pull_request:
5+
types: [opened, synchronize, reopened]
76

87
concurrency:
98
group: deploy-production

0 commit comments

Comments
 (0)