ci: Release process improvements (no-changelog) (#5535)

* ci: Switch release workflows to trigger when releases are published (no-changelog)

* ci: Allow creating releases from tags and commits as well
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-21 16:02:31 +01:00
committed by GitHub
parent f1589d4f0f
commit 35a7856de5
3 changed files with 7 additions and 8 deletions

View File

@@ -1,9 +1,8 @@
name: Check Documentation URLs
on:
push:
tags:
- n8n@*
release:
types: [published]
schedule:
- cron: '0 0 * * *'
workflow_dispatch: