From bfd56b86ec5ae32a7561d6cbeb671e39cf6cc54f Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 12:26:31 -0500 Subject: [PATCH] chore: workflows --- .github/workflows/components.publish.yml | 2 +- .github/workflows/desktop.release.beta.yml | 2 +- .github/workflows/desktop.release.prod.yml | 2 +- .github/workflows/mobile.build-dev.yml | 2 +- .github/workflows/mobile.build-prod.yml | 2 +- .github/workflows/web.dev.yml | 3 +-- .github/workflows/web.prod.yml | 3 +-- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/components.publish.yml b/.github/workflows/components.publish.yml index 4103d2160..ffacdd1d0 100644 --- a/.github/workflows/components.publish.yml +++ b/.github/workflows/components.publish.yml @@ -3,7 +3,7 @@ name: Components Publish on: push: tags: - - '@standardnotes/components@*' + - '*standardnotes/components*' workflow_dispatch: jobs: diff --git a/.github/workflows/desktop.release.beta.yml b/.github/workflows/desktop.release.beta.yml index 98c58641f..47490f9c6 100644 --- a/.github/workflows/desktop.release.beta.yml +++ b/.github/workflows/desktop.release.beta.yml @@ -3,7 +3,7 @@ name: Desktop Beta Release on: push: tags: - - '*standardnotes/desktop*' + - '*standardnotes/desktop+(*alpha*|*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/desktop.release.prod.yml b/.github/workflows/desktop.release.prod.yml index 0f54819fb..0658da513 100644 --- a/.github/workflows/desktop.release.prod.yml +++ b/.github/workflows/desktop.release.prod.yml @@ -3,7 +3,7 @@ name: Desktop Prod Release on: push: tags: - - '@standardnotes/desktop@*' + - '*standardnotes/desktop!(*alpha*|*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/mobile.build-dev.yml b/.github/workflows/mobile.build-dev.yml index d58121cd5..1e74fb857 100644 --- a/.github/workflows/mobile.build-dev.yml +++ b/.github/workflows/mobile.build-dev.yml @@ -3,7 +3,7 @@ name: Mobile Build Development on: push: tags: - - '@standardnotes/mobile@*' + - '*standardnotes/mobile+(*alpha*|*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/mobile.build-prod.yml b/.github/workflows/mobile.build-prod.yml index ed98dc8f8..03cd29af4 100644 --- a/.github/workflows/mobile.build-prod.yml +++ b/.github/workflows/mobile.build-prod.yml @@ -3,7 +3,7 @@ name: Mobile Build Production on: push: tags: - - '@standardnotes/mobile@*' + - '*standardnotes/mobile!(*alpha*|*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/web.dev.yml b/.github/workflows/web.dev.yml index 6284ce45a..4b59ca35b 100644 --- a/.github/workflows/web.dev.yml +++ b/.github/workflows/web.dev.yml @@ -7,8 +7,7 @@ concurrency: on: push: tags: - - '*standardnotes/web*' - - '*standardnotes/web-server*' + - '*standardnotes/web-server+(*alpha*|*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/web.prod.yml b/.github/workflows/web.prod.yml index cab31ea48..17f7c136b 100644 --- a/.github/workflows/web.prod.yml +++ b/.github/workflows/web.prod.yml @@ -7,8 +7,7 @@ concurrency: on: push: tags: - - '@standardnotes/web@*' - - '@standardnotes/web-server@*' + - '*standardnotes/web-server!(*alpha*|*beta*)' jobs: test: