changeset 108:9f9fa45c9ef6

Added branches committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Thu, 05 Aug 2021 08:39:11 +0100
parents 3600d1f4a37d
children 587924519d3b
files .github/workflows/ios.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ios.yml	Thu Aug 05 08:38:28 2021 +0100
+++ b/.github/workflows/ios.yml	Thu Aug 05 08:39:11 2021 +0100
@@ -2,9 +2,9 @@
 
 on:
   push:
-    branches: [ main ]
+    branches: [ development ]
   pull_request:
-    branches: [ main ]
+    branches: [ main, beta ]
 
 jobs:
   build: