chore: release after tag push
This commit is contained in:
10
.github/workflows/web.prod.yml
vendored
10
.github/workflows/web.prod.yml
vendored
@@ -6,14 +6,12 @@ concurrency:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- packages/web-server/**
|
||||
- packages/web/**
|
||||
tags:
|
||||
- '@standardnotes/web@*'
|
||||
- '@standardnotes/web-server@*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -30,7 +28,6 @@ jobs:
|
||||
run: yarn test
|
||||
|
||||
deploy:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: test
|
||||
@@ -77,7 +74,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
|
||||
|
||||
Reference in New Issue
Block a user