Skip to content

Commit

Permalink
Merge pull request #995 from ninoseki/ci-trigger-on-rakefile
Browse files Browse the repository at this point in the history
ci: trigger on Rakefile update
  • Loading branch information
ninoseki authored Jan 8, 2024
2 parents 3124cc2 + 7b5013b commit a4be511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]
paths:
- "frontend/**"
- ".github/workflows/**"
- ".github/workflows/node.yml"
pull_request:
branches: [master]
paths:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- "lib/**"
- "mihari.gemspec"
- ".github/workflows/**"
- "Rakefile"
- ".github/workflows/ruby.yml"
pull_request:
branches: [master]
paths:
Expand Down

0 comments on commit a4be511

Please sign in to comment.