Skip to content

Commit

Permalink
dev: don't run rust checks on master pushes, only PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Nov 9, 2024
1 parent 3426ceb commit 6c0733c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Rust

on:
push:
branches: [master]
pull_request:
branches: [master]

Expand Down

0 comments on commit 6c0733c

Please sign in to comment.