From 5d2dbda6c1c22eec5bd8b8c50356d515180c7f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Mon, 12 Aug 2024 22:50:46 +0200 Subject: [PATCH] Build IPA deployment temporary fix --- .github/workflows/build_IPA_app_store.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_IPA_app_store.yml b/.github/workflows/build_IPA_app_store.yml index fa4c160..9026d99 100644 --- a/.github/workflows/build_IPA_app_store.yml +++ b/.github/workflows/build_IPA_app_store.yml @@ -1,6 +1,9 @@ name: Build IPA for App Store on: + pull_request: + branches: + - "*" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: