Skip to content

Commit

Permalink
chore: update actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
louischarnay committed Feb 6, 2024
1 parent fc7af4a commit da12aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI devops 2024
name: build-and-push-docker-image
on:
workflow-run: test-backend
push:
branches:
- main
workflow-run: test-backend

jobs:
# define job to build and publish docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI devops 2024
name: test-backend
on:
push:
branches:
Expand Down

0 comments on commit da12aea

Please sign in to comment.