Skip to content

Commit

Permalink
mod release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wo1fsea committed Feb 14, 2024
1 parent 97d79c9 commit 1922b11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish to PyPI

on:
release:
types: [created]
push:
branches: [ "release" ]
pull_request:
branches: [ "release" ]


jobs:
pypi-publish:
Expand Down

0 comments on commit 1922b11

Please sign in to comment.