Skip to content

Commit

Permalink
fix: enable tests on PRs
Browse files Browse the repository at this point in the history
tests should now run on PRs.
  • Loading branch information
toumorokoshi committed Sep 9, 2024
1 parent 6b85db5 commit fedcec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

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

jobs:
build:
Expand Down

0 comments on commit fedcec5

Please sign in to comment.