Skip to content

Commit

Permalink
Recursively match files under dumbpw/ and tests/ for triggering CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed Aug 22, 2023
1 parent 860f169 commit f0a647c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
branches: [main]
paths:
- dumbpw/*
- tests/*
- dumbpw/**
- tests/**
- .coveragerc
- .github/workflows/coverage.yaml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
push:
branches: [main]
paths:
- dumbpw/*
- tests/*
- dumbpw/**
- tests/**
- pyproject.toml
- poetry.lock
- .pre-commit-config.yaml
Expand Down

0 comments on commit f0a647c

Please sign in to comment.