Update .github/workflows/build-unsigned-ipa.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
cerXXXX 2026-04-16 18:16:07 +03:00 committed by GitHub
parent 8f9b4a887d
commit c167016f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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