Skip to content

Commit

Permalink
fix: enable tests on PRs (#24)
Browse files Browse the repository at this point in the history
tests should now run on PRs.
  • Loading branch information
toumorokoshi authored Sep 9, 2024
1 parent 6b85db5 commit 485603d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Tests
name: tests

on: [push]
on:
push: {}
pull_request:
branches:
- main

jobs:
build:
tests:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 485603d

Please sign in to comment.