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: on:
push: push:
tags: tags:
- '*standardnotes/*desktop*' - '*standardnotes/*web*'
- '!*standardnotes/*inner-desktop*' - '!*standardnotes/*inner-desktop*'
workflow_dispatch: workflow_dispatch:

View File

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

View File

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

View File

@@ -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"