mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update .github/workflows/build-unsigned-ipa.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8f9b4a887d
commit
c167016f3f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-unsigned-ipa.yml
vendored
3
.github/workflows/build-unsigned-ipa.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue