Skip to content

Commit

Permalink
ci: update paths to trigger Ruby jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Feb 3, 2024
1 parent 3761926 commit 050b464
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ on:
push:
branches: [master]
paths:
- ".github/workflows/ruby.yml"
- "Gemfile"
- "lib/**"
- "mihari.gemspec"
- "Rakefile"
- ".github/workflows/ruby.yml"
- "specs/**"
pull_request:
branches: [master]
paths:
- ".github/workflows/ruby.yml"
- "Gemfile"
- "lib/**"
- "mihari.gemspec"
- ".github/workflows/ruby.yml"
- "Rakefile"
- "specs/**"

jobs:
lint:
Expand Down

0 comments on commit 050b464

Please sign in to comment.