Skip to content

Commit

Permalink
changed test config more
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Aug 25, 2023
1 parent 0638f39 commit 7310458
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Unit Tests

on:
push:
pull_request:
branches:
- master
paths-ignore:
- README.rst
pull_request_target:
branches:
- master
workflow_dispatch:
schedule:
- cron: '00 12 * * *' # daily at noon UTC
Expand Down

0 comments on commit 7310458

Please sign in to comment.