Skip to content

Commit

Permalink
Run tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 31, 2023
1 parent 42bc2ef commit 7777ff6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: Tests
on:
push:
branches:
- "**"
- master
tags-ignore:
- "v*"
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 7777ff6

Please sign in to comment.