Skip to content

Commit

Permalink
Run the workflow on all pushes. Pushing to PyPi is only done on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartHertog committed Sep 4, 2024
1 parent 13e13cd commit 042fcd3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/distribute_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish the Python Package to PyPi

on:
push:
branches:
- 'develop-v4'
- 'feature/**'
on: push

jobs:
build:
Expand Down

0 comments on commit 042fcd3

Please sign in to comment.