Skip to content

Commit 48cf34c

Browse files
authored
Remove target branch from CI runnning on PRs (#1593)
1 parent 2db55d7 commit 48cf34c

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

.github/workflows/android-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test Android build
22
on:
33
pull_request:
4-
branches:
5-
- master
64
paths:
75
- 'android/**'
86
push:

.github/workflows/ios-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test iOS build
22
on:
33
pull_request:
4-
branches:
5-
- master
64
paths:
75
- 'ios/**'
86
push:

.github/workflows/static-example-app-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test Example App TypeScript and Lint
22
on:
33
pull_request:
4-
branches:
5-
- master
64
paths:
75
- 'examples/Example/**'
86
push:

.github/workflows/static-root-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test TypeScript and Lint
22
on:
33
pull_request:
4-
branches:
5-
- master
64
paths:
75
- 'src/**'
86
- '*'
@@ -12,7 +10,7 @@ on:
1210
jobs:
1311
check:
1412
runs-on: ubuntu-latest
15-
concurrency:
13+
concurrency:
1614
group: static-root-${{ github.ref }}
1715
cancel-in-progress: true
1816
steps:

0 commit comments

Comments
 (0)