Skip to content

Commit

Permalink
Only run tests if it is a change to Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 4, 2023
1 parent d013300 commit a665442
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
push:
branches:
- master
paths:
- 'generate_changelog/*'
- 'test/*'
pull_request:
branches:
- master
paths:
- 'generate_changelog/*'
- 'test/*'
# Also trigger on page_build, as well as release created events
page_build:
release:
Expand Down

0 comments on commit a665442

Please sign in to comment.