Skip to content

Commit

Permalink
Do not run spec on push
Browse files Browse the repository at this point in the history
  • Loading branch information
genya0407 committed Dec 31, 2023
1 parent 1b4848a commit 81ae4e9
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: Test

on: [push, pull_request]
on: pull_request
jobs:
cargo_test:
name: cargo test
Expand Down

0 comments on commit 81ae4e9

Please sign in to comment.