Skip to content

Commit

Permalink
Run tests on PRs and pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Jan 16, 2024
1 parent dac2175 commit c842f53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,10 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit c842f53

Please sign in to comment.