[local] Fix workflow syntax

This commit is contained in:
Nick Gerleman
2023-06-29 11:34:23 -07:00
parent b5d105132e
commit f216c84175
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Publish Android Release
on:
push:
tags:
- *
- '*'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Publish CocoaPods Release
on:
push:
tags:
- *
- '*'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Publish NPM Release
on:
push:
tags:
- *
- '*'
workflow_dispatch:
jobs: