mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
fix: Change release notes workflow to manual trigger only (workflow_dispatch)
This commit is contained in:
5
.github/workflows/release-notes.yml
vendored
5
.github/workflows/release-notes.yml
vendored
@@ -1,11 +1,6 @@
|
||||
name: AI-Generated Release Notes
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created, published]
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag_name:
|
||||
|
||||
Reference in New Issue
Block a user