Skip to content

Commit

Permalink
Setup to run tests on pull request as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 13, 2023
1 parent b09d7c0 commit aa15102
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,9 @@
name: Test

on: push
on:
push:
pull_request:
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit aa15102

Please sign in to comment.