chore: release after tag push
This commit is contained in:
11
.github/workflows/web.dev.yml
vendored
11
.github/workflows/web.dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user