Skip to content

Commit

Permalink
make tests run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Mar 10, 2024
1 parent f8964ac commit d9aee45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Run tests on PR
"on": pull_request
name: Run all tests
on:
pull_request:
push:
branches:
- main
jobs:
Run-Tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9aee45

Please sign in to comment.