chore: workflows

This commit is contained in:
Mo 2022-06-14 12:26:31 -05:00
parent aacc579311
commit bfd56b86ec
No known key found for this signature in database
GPG key ID: 034B13B1644297E1
7 changed files with 7 additions and 9 deletions

View file

@ -3,7 +3,7 @@ name: Components Publish
on:
push:
tags:
- '@standardnotes/components@*'
- '*standardnotes/components*'
workflow_dispatch:
jobs:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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