Skip to content

Commit

Permalink
Changed conditions for run to the conditions used by hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
notactuallyfinn authored Jul 12, 2024
1 parent 68f0476 commit 1574845
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
name: Upload Python Package

on:
release:
types: [published]
push:
branches:
- main
- develop
tags:
- 'v**'

permissions:
contents: read
Expand Down

0 comments on commit 1574845

Please sign in to comment.