Skip to content

Commit

Permalink
Remove v from tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Jul 22, 2024
1 parent e6c6434 commit 3f26227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- android-deploy-ci
tags:
- 'v.[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
deployAndroid:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🍏🚀 Deploy to appstore
on:
push:
tags:
- 'v.[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
deployIos:
Expand Down

0 comments on commit 3f26227

Please sign in to comment.