diff --git a/.github/workflows/web.release.prod.yml b/.github/workflows/web.release.prod.yml index 0a2bb73b5..857d24917 100644 --- a/.github/workflows/web.release.prod.yml +++ b/.github/workflows/web.release.prod.yml @@ -7,7 +7,8 @@ concurrency: on: push: tags: - - '@standardnotes/web-server@!(*alpha*|*beta*)' + - '@standardnotes/web-server@!(*alpha*)' + - '@standardnotes/web-server@!(*beta*)' jobs: test: