Skip to content

Commit

Permalink
fix: don't run tests on prs
Browse files Browse the repository at this point in the history
this is because secrets aren't available for prs lol
  • Loading branch information
getchoo committed Jul 19, 2023
1 parent 88c1645 commit 0651d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: "Test"
on:
push:
branches: ["main"]
pull_request:
workflow_call:
workflow_dispatch:

Expand Down

0 comments on commit 0651d2e

Please sign in to comment.