Skip to content

Commit

Permalink
feat(ci): Add CI for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Aug 3, 2024
1 parent 7e09821 commit 7e9d7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+-dev'
pull_request:
branches:
- master
- '[0-9]+.[0-9]+-dev'
jobs:
test:
strategy:
Expand Down

0 comments on commit 7e9d7cd

Please sign in to comment.