Skip to content

Commit

Permalink
run workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Nov 19, 2024
1 parent 5547a03 commit 7eba80f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Rust

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

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 7eba80f

Please sign in to comment.