change github action workflows to main

This commit is contained in:
Tilman Vatteroth 2020-08-15 16:17:06 +02:00 committed by mrdrogdrog
parent f9caf0e10c
commit 62e870828c
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@ name: lint and build
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
build:

View file

@ -2,9 +2,9 @@ name: e2e
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
end2end: