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: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View file

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

View file

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