mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 09:34:35 +03:00
fix: update tag patterns in build and ios-release workflows for better handling
This commit is contained in:
@@ -2,7 +2,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ['v*']
|
||||
tags:
|
||||
- 'v*'
|
||||
- '!v*-ios*' # iOS-only tags are handled by ios-release.yml
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -8,7 +8,9 @@ on:
|
||||
required: true
|
||||
default: 'v0.0.0-ios.0'
|
||||
push:
|
||||
tags: ['v*-ios.*']
|
||||
tags:
|
||||
- 'v*-ios.*'
|
||||
- 'v*-ios-*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user