diff --git a/.github/workflows/release_wheel.yml b/.github/workflows/release_wheel.yml index 35185b7..e2ae4ab 100644 --- a/.github/workflows/release_wheel.yml +++ b/.github/workflows/release_wheel.yml @@ -9,6 +9,8 @@ on: - '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+rc[x0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc[x0-9]+' + - '[0-9]+.[0-9]+.[0-9]+a[x0-9]+' + - '[0-9]+.[0-9]+.[0-9]+-a[x0-9]+' pull_request: release: types: [published]