Skip to content

Commit

Permalink
Fix: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 29, 2024
1 parent 43c7eb9 commit 47c1810
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/backend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- ".github/workflows/backend-*.yml"
- "Rakefile"
- "config.test.yml"
branches:
- main
pull_request:
paths:
- "backend/**"
- ".github/workflows/backend-*.yml"
- "Rakefile"
- "config.test.yml"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sub-audio-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- ".github/workflows/sub-audio-*.yml"
- "Rakefile"
- "config.test.yml"
branches:
- main
pull_request:
paths:
- "sub-audio/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sub-chart-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- ".github/workflows/sub-chart-*.yml"
- "Rakefile"
- "config.test.yml"
branches:
- main
pull_request:
paths:
- "sub-chart/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- ".github/workflows/sub-image-*.yml"
- "Rakefile"
- "config.test.yml"
branches:
- main
pull_request:
paths:
- "sub-image/**"
Expand Down

0 comments on commit 47c1810

Please sign in to comment.