Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Oct 31, 2023
1 parent 8bd1e19 commit 07a4580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-back.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Backend Docker Image Build
on:
push:
paths:
- "back/**"
branches:
- main
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-front.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Front Docker Image Build
on:
push:
paths:
- "front/**"
branches:
- main
workflow_dispatch:
Expand Down

0 comments on commit 07a4580

Please sign in to comment.