chore(ci): trigger desktop and mobile builds on web tag

This commit is contained in:
Mo
2022-11-24 06:17:27 -06:00
parent 9f6316976c
commit 7ef0db545c
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ name: Desktop Release
on:
push:
tags:
- '*standardnotes/*desktop*'
- '*standardnotes/*web*'
- '!*standardnotes/*inner-desktop*'
workflow_dispatch:

View File

@@ -3,7 +3,7 @@ name: Mobile Release Production
on:
push:
tags:
- '*standardnotes/mobile*'
- '*standardnotes/web*'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Mobile TestFlight
on:
push:
tags:
- '*standardnotes/mobile*'
- '*standardnotes/web*'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@
"version": "3.108.0",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",
"author": "Standard Notes",
"private": true,
"files": [
"dist"