Skip to content

Commit

Permalink
Trigger CI when pyproject.toml changes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo authored Jan 2, 2025
1 parent e596b19 commit d3b01a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**.msh'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'

# Run test suite whenever commits are pushed to an open PR
pull_request:
Expand All @@ -18,6 +19,7 @@ on:
- '**.msh'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'

# Run test suite every Sunday at 1AM
schedule:
Expand Down

0 comments on commit d3b01a8

Please sign in to comment.