Skip to content

Commit 05a74f2

Browse files
committed
(maint) allow changelog to be triggered manually
1 parent a3a1c5a commit 05a74f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/changelog.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Changelog
22
on:
33
workflow_dispatch:
4-
release:
5-
types:
6-
- created
4+
push:
5+
branches:
6+
- release/*
77
jobs:
88
changelog:
99
runs-on: ubuntu-latest
@@ -23,4 +23,4 @@ jobs:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
- uses: stefanzweifel/[email protected]
2525
with:
26-
commit_message: Auto update markdown TOC
26+
commit_message: Auto update changelog

0 commit comments

Comments
 (0)