mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Test indev branch
This commit is contained in:
parent
2a9f8dc6c6
commit
d16779e48f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -9,9 +9,9 @@ name: Ruby
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, 2_0_indev ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, 2_0_indev ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue