Change workflow settings to run on main branch

This commit is contained in:
Aron Wussler 2022-02-15 11:10:57 +01:00
parent 444f29b089
commit f35267cfce
3 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@ name: Gomobile for Android
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: