chore: updated changelog workflow 60e977c5
Steve · 2026-02-21 11:31 1 file(s) · +2 −2
.github/workflows/changelog.yml +2 −2
1 1
name: Update Changelog
2 2
3 3
on:
4 -
  push:
5 -
    branches: ["main"]
4 +
  release:
5 +
    types: [published]
6 6
7 7
jobs:
8 8
  changelog: