Skip to content

Commit

Permalink
Update Rubocop workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
blakegearin committed Feb 14, 2024
1 parent 333bb5b commit 20a0d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Rubocop
on:
push:
paths:
- 'app/**'
- 'lib/**'
pull_request:
branches: [ main ]
paths:
- 'app/**'
- 'lib/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 20a0d48

Please sign in to comment.