Skip to content

Commit

Permalink
test(#72): Update deploy-dev.yml workflow to trigger on push to issue-#…
Browse files Browse the repository at this point in the history
…72 branch for TEST
  • Loading branch information
ImKunYoung committed Sep 26, 2023
1 parent 5c514e3 commit 41f2242
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
name: Deploy dev

#on:
# workflow_run:
# workflows:
# - Build and Push Docker Image for DEV
# types:
# - completed

on:
workflow_run:
workflows:
- Build and Push Docker Image for DEV
types:
- completed
push:
branches:
- issue-#72

jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}

env:
DOCKER_REGISTRY: ghcr.io
Expand Down

0 comments on commit 41f2242

Please sign in to comment.