Skip to content

Commit a2e8798

Browse files
committed
Use more aggressive release triggers.
These might need to be tweaked, but it's mostly finished. This no longer makes drafts, the release bot itself works fine at this point.
1 parent 2ffa87b commit a2e8798

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
pull_request:
66
release:
7-
types:
8-
- created
7+
types: [created, published, released]
98

109
jobs:
1110
build:

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
tag_name: ${{ github.ref }}
2525
release_name: ''
2626
body_path: release_body.md
27-
draft: true
27+
draft: false
2828
prerelease: false

0 commit comments

Comments
 (0)