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
+2 -2
View File
@@ -2,12 +2,12 @@ name: Test Android build
on: on:
pull_request: pull_request:
branches: branches:
- develop - main
paths: paths:
- 'android/**' - 'android/**'
push: push:
branches: branches:
- develop - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,12 +2,12 @@ name: Test iOS build
on: on:
pull_request: pull_request:
branches: branches:
- develop - main
paths: paths:
- 'apple/**' - 'apple/**'
push: push:
branches: branches:
- develop - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,12 +2,12 @@ name: Test macOS build
on: on:
pull_request: pull_request:
branches: branches:
- develop - main
paths: paths:
- 'apple/**' - 'apple/**'
push: push:
branches: branches:
- develop - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build: