Skip to content

Commit

Permalink
run rubocop workflow on PRs agains all branches and don't skip when n…
Browse files Browse the repository at this point in the history
…o changes in files with .rb extension
  • Loading branch information
toy committed May 14, 2024
1 parent 8ce2356 commit c6f28a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rubocop-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: rubocop

on:
pull_request:
branches:
- dev
- release/*
paths:
- '**.rb'

jobs:
rubocop:
Expand Down

0 comments on commit c6f28a1

Please sign in to comment.