Skip to content

Commit 9a4eec7

Browse files
committed
update droplet on PR close
1 parent 7fd006c commit 9a4eec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/digitalocean_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deployment
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
pull_request:
5+
types: [closed]
6+
branches: [master]
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)