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 81a860d commit 369eb3dCopy full SHA for 369eb3d
.github/workflows/do.yml
@@ -1,7 +1,7 @@
1
name: Login to Digital Ocean and create a directory
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- develop
7
.github/workflows/prod_app_deploy.yml renamed to .github/workflows/docker runner.yml
name: Publish production app image to Docker hub
- pull_request:
+ push:
# Triggered on pull request against the main branch
branches: [main]
# Allows you to run this workflow manually from the Actions tab
.github/workflows/main.yml renamed to .github/workflows/tests runner.yml
0 commit comments