Skip to content

Commit

Permalink
Add: Detect rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Apr 17, 2024
1 parent 66804db commit 46cea2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "backend/**"
- ".github/workflows/backend-*.yml"
- "Rakefile"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "frontend/**"
- ".github/workflows/frontend-*.yml"
- "Rakefile"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sub-audio-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "sub-audio/**"
- ".github/workflows/sub-audio-*.yml"
- "Rakefile"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sub-chart-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "sub-chart/**"
- ".github/workflows/sub-chart-*.yml"
- "Rakefile"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "sub-image/**"
- ".github/workflows/sub-image-*.yml"
- "Rakefile"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 46cea2c

Please sign in to comment.