mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-21 06:59:17 +00:00
Only Submit Action on master branch
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
|
|
||||||
name: Build Android and iOS
|
name: Build Android and iOS
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
# Trigger the workflow on push or pull request,
|
||||||
|
# but only for the master branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Android:
|
Android:
|
||||||
@@ -31,4 +37,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd iOS
|
cd iOS
|
||||||
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug
|
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user