chore: updated changelog workflow
60e977c5
1 file(s) · +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: |