Skip to content

Commit

Permalink
Updated publishing workflow to publish whenever Main is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pprasquier committed Aug 11, 2024
1 parent a160abb commit 8d92b50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
name: Upload Python Package

on:
release:
types: [published]

push:
branches:
- main

permissions:
contents: read

Expand Down

0 comments on commit 8d92b50

Please sign in to comment.