Skip to content

Commit

Permalink
Attempt to fix release trigger in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed May 11, 2022
1 parent 61baff7 commit 0e32c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Build Python Wheels
on:
pull_request:
push:
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit 0e32c3b

Please sign in to comment.