Skip to content

Commit

Permalink
add rc branch to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Trocki committed Mar 31, 2024
1 parent e29215e commit f0f39d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
branches:
- master
- next
- rc
paths:
- '.github/workflows/android.yml'
- 'android/**'
- 'example/android/**'
push:
branches:
- master
- next
- rc

concurrency:
group: ${{ github.ref }}-android
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
branches:
- master
- next
- rc
paths:
- '.github/workflows/ios.yml'
- 'ios/**'
- 'example/ios/**'
push:
branches:
- master
- next
- rc

concurrency:
group: ${{ github.ref }}-ios
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
branches:
- master
- next
- rc
push:
branches:
- master
- next
- rc

concurrency:
group: ${{ github.ref }}-js
Expand Down

0 comments on commit f0f39d8

Please sign in to comment.