Skip to content

Commit

Permalink
⚡️ Change trigger of release workflow to push
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR authored Aug 20, 2024
1 parent 405d19e commit 1a518fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publishing to PyPI

on:
release:
types: [created, edited]
push:
branches:
- main


jobs:
testing:
Expand Down

0 comments on commit 1a518fc

Please sign in to comment.