chore: release after tag push
This commit is contained in:
7
.github/workflows/components.publish.yml
vendored
7
.github/workflows/components.publish.yml
vendored
@@ -2,15 +2,12 @@ name: Components Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop, main ]
|
||||
paths:
|
||||
- packages/components/**
|
||||
tags:
|
||||
- '@standardnotes/components@*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user