Skip to content

Commit

Permalink
Run release workflow on the creation of a tag
Browse files Browse the repository at this point in the history
Currently the release workflow doesn't run on the creation of a tag, and therefore the wheel isn't deployed to PyPI. This commit should fix that.
  • Loading branch information
EwoutH authored and Corvince committed Jan 16, 2024
1 parent 4f77667 commit f9798eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release
on:
push:
tags:
- '*'
branches:
- main
- release**
Expand Down

0 comments on commit f9798eb

Please sign in to comment.