chore: workflow glob pattern
This commit is contained in:
2
.github/workflows/desktop.release.beta.yml
vendored
2
.github/workflows/desktop.release.beta.yml
vendored
@@ -3,7 +3,7 @@ name: Desktop Beta Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/desktop+(*alpha*|*beta*)'
|
||||
- '**standardnotes/desktop+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/desktop.release.prod.yml
vendored
2
.github/workflows/desktop.release.prod.yml
vendored
@@ -3,7 +3,7 @@ name: Desktop Prod Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/desktop!(*alpha*|*beta*)'
|
||||
- '**standardnotes/desktop!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/mobile.release.dev.yml
vendored
2
.github/workflows/mobile.release.dev.yml
vendored
@@ -3,7 +3,7 @@ name: Mobile Build Development
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/mobile+(*alpha*|*beta*)'
|
||||
- '**standardnotes/mobile+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/mobile.release.prod.yml
vendored
2
.github/workflows/mobile.release.prod.yml
vendored
@@ -3,7 +3,7 @@ name: Mobile Build Production
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/mobile!(*alpha*|*beta*)'
|
||||
- '**standardnotes/mobile!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/web.release.dev.yml
vendored
2
.github/workflows/web.release.dev.yml
vendored
@@ -7,7 +7,7 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/web-server+(*alpha*|*beta*)'
|
||||
- '**standardnotes/web-server+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/web.release.prod.yml
vendored
2
.github/workflows/web.release.prod.yml
vendored
@@ -7,7 +7,7 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/web-server!(*alpha*|*beta*)'
|
||||
- '**standardnotes/web-server!(*alpha*|*beta*)'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user