Skip to content

Commit

Permalink
update CI to run on PRs instead of push
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeMasen committed Aug 19, 2024
1 parent bc31621 commit 39a7801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rust

on: [push]
on:
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 39a7801

Please sign in to comment.