summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ios.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ios.yml')
-rw-r--r--.github/workflows/ios.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 90a5c8615..f70334b71 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -1,5 +1,11 @@
name: iOS
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
mobileBuild: