Skip to content

Commit

Permalink
Do tests on any PR
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Aug 8, 2024
1 parent 1194422 commit 0f429a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Run tests

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

jobs:
build:
Expand Down

0 comments on commit 0f429a8

Please sign in to comment.