fix: change ci jobs to main (#1715)

PR changing CI jobs target to main branch since it was changed from develop.
This commit is contained in:
Wojciech Lewicki
2022-03-02 13:38:23 +01:00
committed by GitHub
parent 54e40251a4
commit cf808ae79d
3 changed files with 6 additions and 6 deletions

View File

@@ -2,12 +2,12 @@ name: Test Android build
on:
pull_request:
branches:
- develop
- main
paths:
- 'android/**'
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
build:

View File

@@ -2,12 +2,12 @@ name: Test iOS build
on:
pull_request:
branches:
- develop
- main
paths:
- 'apple/**'
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
build:

View File

@@ -2,12 +2,12 @@ name: Test macOS build
on:
pull_request:
branches:
- develop
- main
paths:
- 'apple/**'
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
build: