Skip to content

Commit

Permalink
ci: also run ci on pushes to master
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Nov 28, 2024
1 parent c946dcf commit 9a1ad40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Rust

on: [pull_request]
on:
push:
branches:
- master
- ci
pull_request:
branches:
- "*"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 9a1ad40

Please sign in to comment.