mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
chore: workflows
This commit is contained in:
parent
aacc579311
commit
bfd56b86ec
7 changed files with 7 additions and 9 deletions
2
.github/workflows/components.publish.yml
vendored
2
.github/workflows/components.publish.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Components Publish
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/components@*'
|
||||
- '*standardnotes/components*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
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*'
|
||||
- '*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@*'
|
||||
- '*standardnotes/desktop!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/mobile.build-dev.yml
vendored
2
.github/workflows/mobile.build-dev.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Mobile Build Development
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/mobile@*'
|
||||
- '*standardnotes/mobile+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/mobile.build-prod.yml
vendored
2
.github/workflows/mobile.build-prod.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Mobile Build Production
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/mobile@*'
|
||||
- '*standardnotes/mobile!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
3
.github/workflows/web.dev.yml
vendored
3
.github/workflows/web.dev.yml
vendored
|
|
@ -7,8 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/web*'
|
||||
- '*standardnotes/web-server*'
|
||||
- '*standardnotes/web-server+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
3
.github/workflows/web.prod.yml
vendored
3
.github/workflows/web.prod.yml
vendored
|
|
@ -7,8 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/web@*'
|
||||
- '@standardnotes/web-server@*'
|
||||
- '*standardnotes/web-server!(*alpha*|*beta*)'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue