From f35267cfce5adb9c302154918342b5d4ce354dba Mon Sep 17 00:00:00 2001 From: Aron Wussler Date: Tue, 15 Feb 2022 11:10:57 +0100 Subject: [PATCH] Change workflow settings to run on main branch --- .github/workflows/android.yml | 4 ++-- .github/workflows/go.yml | 4 ++-- .github/workflows/ios.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1f4859a..33b2f13 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,9 +2,9 @@ name: Gomobile for Android on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 810ae7f..02461b2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go test and lint on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 1749514..5def9b3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -2,9 +2,9 @@ name: Gomobile for iOS on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: