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:
push:
branches:
- master
- main
paths:
- '.github/workflows/validate-kotlin.yml'
- 'android/**'

View File

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

View File

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