chore: release after tag push

This commit is contained in:
Mo
2022-06-14 10:50:08 -05:00
parent 998476196a
commit 4bd61adc5b
15 changed files with 59 additions and 72 deletions

View File

@@ -6,15 +6,13 @@ concurrency:
on:
push:
branches: [ develop ]
paths:
- packages/web-server/**
- packages/web/**
tags:
- '@standardnotes/web@*'
- '@standardnotes/web-server@*'
workflow_dispatch:
jobs:
test:
if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest
steps:
- name: Checkout code
@@ -32,8 +30,6 @@ jobs:
deploy:
if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest
needs: test
@@ -80,7 +76,6 @@ jobs:
wait-for-service-stability: true
notify_discord:
if: contains(github.event.head_commit.message, 'chore(release)') == false
needs: deploy
runs-on: ubuntu-latest