From c167016f3ff30330296fe2633c99832329795fd1 Mon Sep 17 00:00:00 2001 From: cerXXXX <84661580+cerXXXX@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:16:07 +0300 Subject: [PATCH] Update .github/workflows/build-unsigned-ipa.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/build-unsigned-ipa.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-unsigned-ipa.yml b/.github/workflows/build-unsigned-ipa.yml index 0318cb15..a05c1484 100644 --- a/.github/workflows/build-unsigned-ipa.yml +++ b/.github/workflows/build-unsigned-ipa.yml @@ -3,7 +3,8 @@ name: Build and Release Unsigned IPA on: push: tags: - - 'v*' # Triggers the workflow on version tags (e.g., v1.0.0, v2.1) + - 'v*' # Triggers the workflow on version tags with a v prefix (e.g., v1.0.0, v2.1) + - '[0-9]*' # Also trigger for documented release tags without a v prefix (e.g., 1.0.0, 2.1) workflow_dispatch: # Allows triggering the build manually from the GitHub Actions UI # Required permissions to create a release and upload assets