Skip to content

Commit

Permalink
ci: run test CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 21, 2023
1 parent 0e26377 commit f081915
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Test

on:
push:
branches:
- master
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down

0 comments on commit f081915

Please sign in to comment.