Merge pull request #536 from tanersener/enable-pr-builds-for-development

enable pr builds for development branch
This commit is contained in:
Taner Sener 2022-08-19 23:02:53 +01:00 committed by GitHub
commit 0e4705627b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ on:
- 'android.sh'
pull_request:
branches:
- development
- main
paths:
- '.github/workflows/android-build-scripts.yml'

View File

@ -14,6 +14,7 @@ on:
- 'ios.sh'
pull_request:
branches:
- development
- main
paths:
- '.github/workflows/ios-build-scripts.yml'

View File

@ -14,6 +14,7 @@ on:
- 'macos.sh'
pull_request:
branches:
- development
- main
paths:
- '.github/workflows/macos-build-scripts.yml'

View File

@ -14,6 +14,7 @@ on:
- 'tvos.sh'
pull_request:
branches:
- development
- main
paths:
- '.github/workflows/tvos-build-scripts.yml'