Skip to content

Commit

Permalink
feat(ci): run CI on every push to main (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate authored Dec 25, 2024
1 parent e2c2c31 commit 1c21bc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Rust

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit 1c21bc6

Please sign in to comment.