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