Skip to content

Commit

Permalink
include all paths that should affect conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 27, 2024
1 parent 8ae70dc commit 6eecdff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ name: Build (manual)
on:
push:
paths:
- '.conda/meta.yaml'
- '.conda/condarc.yaml'
- '.conda_mac/meta.yaml'
- '.conda_mac/condarc.yaml'
- '.conda/**/*' # Include all files and subdirectories in .conda
- '!*.conda/**/README*' # Exclude any README files
- '.conda_mac/**/*' # Include all files and subdirectories in .conda_mac
- '!*.conda_mac/**/README*' # Exclude any README files
- '.github/workflows/build_manual.yml'
- 'requirements.txt'
- 'environment_build.yml'
- 'setup.py'
- 'sleap/version.py'
branches:
# - develop
# - fakebranch
Expand Down

0 comments on commit 6eecdff

Please sign in to comment.