mirror of
https://github.com/standardnotes/app
synced 2026-09-21 06:13:27 -04:00
chore: workflows
This commit is contained in:
@@ -3,7 +3,7 @@ name: Components Publish
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/components@*'
|
||||
- '*standardnotes/components*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Desktop Beta Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/desktop*'
|
||||
- '*standardnotes/desktop+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Desktop Prod Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/desktop@*'
|
||||
- '*standardnotes/desktop!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Mobile Build Development
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/mobile@*'
|
||||
- '*standardnotes/mobile+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Mobile Build Production
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/mobile@*'
|
||||
- '*standardnotes/mobile!(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -7,8 +7,7 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/web*'
|
||||
- '*standardnotes/web-server*'
|
||||
- '*standardnotes/web-server+(*alpha*|*beta*)'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -7,8 +7,7 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/web@*'
|
||||
- '@standardnotes/web-server@*'
|
||||
- '*standardnotes/web-server!(*alpha*|*beta*)'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user