Skip to content

Commit

Permalink
Run GitHub actions against develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 25, 2021
1 parent de24b2f commit b861e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Expand Up @@ -2,9 +2,9 @@ name: Rubocop

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

jobs:
rubocop:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Expand Up @@ -2,9 +2,9 @@ name: Ruby tests

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

jobs:
test:
Expand Down

0 comments on commit b861e34

Please sign in to comment.