Skip to content

Commit

Permalink
Merge pull request #1062 from ninoseki/ci-update-ci-paths
Browse files Browse the repository at this point in the history
ci: update paths to trigger Ruby jobs
  • Loading branch information
ninoseki authored Feb 3, 2024
2 parents 3761926 + 050b464 commit c7350e9
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 c7350e9

Please sign in to comment.