Skip to content

Commit

Permalink
chore(python): only release on new GitHub releases, not plain tags
Browse files Browse the repository at this point in the history
This should help with visibility as tags have much less information
and are less visible.
  • Loading branch information
rasendubi committed Oct 15, 2024
1 parent cbe97de commit bb8dada
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ on:
push:
branches:
- main
- master
tags:
- '*'
release:
types: [published]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit bb8dada

Please sign in to comment.