Skip to content

Commit

Permalink
Merge pull request #6 from enricogoerlitz/dev
Browse files Browse the repository at this point in the history
CD github action added; test push 3
  • Loading branch information
enricogoerlitz authored Jun 15, 2024
2 parents 4c3fd02 + c728fa7 commit 028a51d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd-backend-deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CD-Backend Deploy Docker image

on:
workflow_run:
workflows: ["CI"]
workflows: ["CI-Backend"]
types:
- completed
pull_request:
branches:
- main
# pull_request:
# branches:
# - main

jobs:
deploy-docker-image:
Expand Down

0 comments on commit 028a51d

Please sign in to comment.