Skip to content

Commit

Permalink
Don't run CI on pushes other than to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Nov 12, 2020
1 parent 993f1f0 commit 9b24c5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rubocop.yml
Expand Up @@ -3,7 +3,11 @@
# NOTE: When changing minimal version of Ruby or Rubocop, change all of them
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
ast_specs:
Expand Down

0 comments on commit 9b24c5d

Please sign in to comment.