chore: workflow glob pattern

This commit is contained in:
Mo
2022-06-14 16:58:00 -05:00
parent 517ab96e9d
commit 5bbb952264
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name: Desktop Beta Release
on:
push:
tags:
- '*standardnotes/desktop+(*alpha*|*beta*)'
- '**standardnotes/desktop+(*alpha*|*beta*)'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Desktop Prod Release
on:
push:
tags:
- '*standardnotes/desktop!(*alpha*|*beta*)'
- '**standardnotes/desktop!(*alpha*|*beta*)'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Mobile Build Development
on:
push:
tags:
- '*standardnotes/mobile+(*alpha*|*beta*)'
- '**standardnotes/mobile+(*alpha*|*beta*)'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Mobile Build Production
on:
push:
tags:
- '*standardnotes/mobile!(*alpha*|*beta*)'
- '**standardnotes/mobile!(*alpha*|*beta*)'
workflow_dispatch:
jobs:

View File

@@ -7,7 +7,7 @@ concurrency:
on:
push:
tags:
- '*standardnotes/web-server+(*alpha*|*beta*)'
- '**standardnotes/web-server+(*alpha*|*beta*)'
workflow_dispatch:
jobs:

View File

@@ -7,7 +7,7 @@ concurrency:
on:
push:
tags:
- '*standardnotes/web-server!(*alpha*|*beta*)'
- '**standardnotes/web-server!(*alpha*|*beta*)'
jobs:
test: