Only Submit Action on master branch

This commit is contained in:
2020-06-19 17:23:22 -05:00
committed by GitHub
parent 6f416fa2b5
commit 7d9f725029
+9 -4
View File
@@ -1,8 +1,14 @@
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:
Android:
@@ -31,4 +37,3 @@ jobs:
run: |
cd iOS
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug