chore(ci): trigger desktop and mobile builds on web tag
This commit is contained in:
2
.github/workflows/desktop.release.prod.yml
vendored
2
.github/workflows/desktop.release.prod.yml
vendored
@@ -3,7 +3,7 @@ name: Desktop Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*standardnotes/*desktop*'
|
- '*standardnotes/*web*'
|
||||||
- '!*standardnotes/*inner-desktop*'
|
- '!*standardnotes/*inner-desktop*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/mobile.release.prod.yml
vendored
2
.github/workflows/mobile.release.prod.yml
vendored
@@ -3,7 +3,7 @@ name: Mobile Release Production
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*standardnotes/mobile*'
|
- '*standardnotes/web*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/mobile.release.test.yml
vendored
2
.github/workflows/mobile.release.test.yml
vendored
@@ -3,7 +3,7 @@ name: Mobile TestFlight
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*standardnotes/mobile*'
|
- '*standardnotes/web*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.108.0",
|
"version": "3.108.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes.",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user