Skip to content

Commit

Permalink
Merge pull request #45 from MunchLab/publish-on-src-change
Browse files Browse the repository at this point in the history
Change python-publish to only run when changes happen to package source code
  • Loading branch information
lizliz authored Jan 17, 2025
2 parents d2ff49f + afd416c commit 839579b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ name: Upload Python Package
on:
push:
branches: [ "main" ]
paths:
- 'ect/**'
- 'setup.py'
- 'pyproject.toml'

permissions:
contents: read
Expand Down

0 comments on commit 839579b

Please sign in to comment.