CI: Run workflow on push/pull_request to "main"

The default branch has been renamed (see #504) and this needs to change too.
This commit is contained in:
Claudio Bley 2022-03-20 08:12:23 +01:00
parent 0b61d733de
commit 61782997ca

View file

@ -9,9 +9,9 @@ name: Ruby
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
test: