Skip to content

Commit 369eb3d

Browse files
committed
feat: trigger deployment
1 parent 81a860d commit 369eb3d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/do.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Login to Digital Ocean and create a directory
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- develop
77

.github/workflows/prod_app_deploy.yml renamed to .github/workflows/docker runner.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-
pull_request:
4+
push:
55
# Triggered on pull request against the main branch
66
branches: [main]
77
# Allows you to run this workflow manually from the Actions tab
File renamed without changes.

0 commit comments

Comments
 (0)