Skip to content

Commit

Permalink
Limit package workflow to certain files only
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw committed Jun 23, 2024
1 parent 224bb6c commit 3532c48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "Package"

on:
push:
paths:
- "CHANGES.rst"
- "MANIFEST.in"
- "setup.py"
- "ydiff"
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 3532c48

Please sign in to comment.