chore: workflows
This commit is contained in:
2
.github/workflows/components.publish.yml
vendored
2
.github/workflows/components.publish.yml
vendored
@@ -3,7 +3,7 @@ name: Components Publish
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '@standardnotes/components@*'
|
- '*standardnotes/components*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*standardnotes/desktop*'
|
- '*standardnotes/desktop+(*alpha*|*beta*)'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '@standardnotes/desktop@*'
|
- '*standardnotes/desktop!(*alpha*|*beta*)'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '@standardnotes/mobile@*'
|
- '*standardnotes/mobile+(*alpha*|*beta*)'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '@standardnotes/mobile@*'
|
- '*standardnotes/mobile!(*alpha*|*beta*)'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
3
.github/workflows/web.dev.yml
vendored
3
.github/workflows/web.dev.yml
vendored
@@ -7,8 +7,7 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*standardnotes/web*'
|
- '*standardnotes/web-server+(*alpha*|*beta*)'
|
||||||
- '*standardnotes/web-server*'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
3
.github/workflows/web.prod.yml
vendored
3
.github/workflows/web.prod.yml
vendored
@@ -7,8 +7,7 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '@standardnotes/web@*'
|
- '*standardnotes/web-server!(*alpha*|*beta*)'
|
||||||
- '@standardnotes/web-server@*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user