Skip to content

Commit b556b46

Browse files
committed
Fix github actions
1 parent 05cf6ab commit b556b46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/auto-generate-changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Generate changelog
22
on:
33
release:
44
types: [created, edited]
5+
workflow_dispatch:
56

67
jobs:
78
generate-changelog:

.github/workflows/upload-python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Upload Python Package
22

33
on:
4-
release:
5-
types: [ created ]
4+
push:
5+
tags:
6+
- '*'
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)