Skip to content

Commit

Permalink
run test on PR, not on push (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie authored Sep 3, 2024
1 parent c4b578a commit 85b3455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Build, Lint, and Test"

on: [push]
on: [pull_request]

jobs:
build:
Expand Down

0 comments on commit 85b3455

Please sign in to comment.