Skip to content

Commit

Permalink
fix: Add Dockerfile to triggering paths
Browse files Browse the repository at this point in the history
  • Loading branch information
유미라 authored and 유미라 committed Dec 2, 2024
1 parent b95447a commit 34c71c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/client-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
paths:
- 'client/**'
- 'core/**'
- '.github/workflows/client-ci-cd.yml'
- 'nginx.conf'
- '.github/workflows/client-ci-cd.yml'
- 'Dockerfile.nginx'
- 'docker-compose.yml'

jobs:
ci:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'server/**'
- 'core/**'
- '.github/workflows/server-ci-cd.yml'
- 'Dockerfile.api'
- 'docker-compose.yml'

jobs:
ci:
Expand Down

0 comments on commit 34c71c7

Please sign in to comment.