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 3f89297 commit 7220ce4Copy full SHA for 7220ce4
.github/workflows/deploy_prod.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches:
6
- develop
7
- types: [ closed ]
+ # types: [ closed ]
8
9
env:
10
REGISTRY: ghcr.io
@@ -21,7 +21,7 @@ defaults:
21
jobs:
22
build_and_push_docker_image:
23
name: Push Docker image to GitHub Packages
24
- if: github.event.pull_request.merged == true
+ # if: github.event.pull_request.merged == true
25
runs-on: ubuntu-latest
26
environment:
27
name: prod_deploy
@@ -50,7 +50,7 @@ jobs:
50
51
start_application:
52
name: Start application
53
54
55
needs: build_and_push_docker_image
56
0 commit comments