Skip to content

Commit 81a860d

Browse files
committed
feat: trigger deployment
1 parent 2f96295 commit 81a860d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod_app_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish production app image to Docker hub
22

33
on:
4-
push:
4+
pull_request:
55
# Triggered on pull request against the main branch
66
branches: [main]
77
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)