Skip to content

Commit

Permalink
Add gemspec to Rubocop GitHub workflow
Browse files Browse the repository at this point in the history
Otherwise the build doesn't trigger for PR #1000.
  • Loading branch information
tombruijn committed Nov 6, 2023
1 parent 1ec9366 commit 444017e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- 'bin/*'
- '**.gemspec'
- '**.rb'
- '**.rake'
- '**/Rakefile'
Expand Down

0 comments on commit 444017e

Please sign in to comment.