Skip to content

Commit

Permalink
Update .github/workflows/rubocop.yml from action-hero/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Jun 11, 2021
1 parent 98d1c8e commit 9f2c596
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: "RuboCop"
on:
push:
branches: [main, master]
branches:
- "main"
- "master"
paths:
- "**/*.rb"
- "**/*.rake"
- "Rakefile"
- "Gemfile*"
- ".rubocop.yml"
pull_request: [opened, synchronize]
pull_request:
branches:
- "main"
- "master"
types:
- "opened"
- "synchronize"
workflow_dispatch:
jobs:
run:
Expand Down

0 comments on commit 9f2c596

Please sign in to comment.