Skip to content

Commit 6f3c47a

Browse files
author
File Sync
committed
Update .github/workflows/rubocop.yml from action-hero/workflows
1 parent 10ba96c commit 6f3c47a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/rubocop.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
name: "RuboCop"
22
on:
33
push:
4-
branches: [main, master]
4+
branches:
5+
- "main"
6+
- "master"
57
paths:
68
- "**/*.rb"
79
- "**/*.rake"
810
- "Rakefile"
911
- "Gemfile*"
1012
- ".rubocop.yml"
11-
pull_request: [opened, synchronize]
13+
pull_request:
14+
branches:
15+
- "main"
16+
- "master"
17+
types:
18+
- "opened"
19+
- "synchronize"
1220
workflow_dispatch:
1321
jobs:
1422
run:

0 commit comments

Comments
 (0)