We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f96295 commit 81a860dCopy full SHA for 81a860d
.github/workflows/prod_app_deploy.yml
@@ -1,7 +1,7 @@
1
name: Publish production app image to Docker hub
2
3
on:
4
- push:
+ pull_request:
5
# Triggered on pull request against the main branch
6
branches: [main]
7
# Allows you to run this workflow manually from the Actions tab
0 commit comments