Fix branches master -> main

This commit is contained in:
Marc Rousavy 2021-02-23 14:00:32 +01:00
parent 8067a7534b
commit 38bdcef721
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Validate Kotlin
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '.github/workflows/validate-kotlin.yml' - '.github/workflows/validate-kotlin.yml'
- 'android/**' - 'android/**'

View File

@ -3,7 +3,7 @@ name: Validate Swift
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '.github/workflows/validate-swift.yml' - '.github/workflows/validate-swift.yml'
- 'ios/**' - 'ios/**'

View File

@ -3,7 +3,7 @@ name: Validate TypeScript
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '.github/workflows/validate-typescript.yml' - '.github/workflows/validate-typescript.yml'
- 'src/**' - 'src/**'