Skip to content

Commit

Permalink
ci: run on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 25, 2023
1 parent bf9af35 commit b90ced5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
push:
branches: [ $default-branch ]
branches:
- "main"
pull_request:

name: Rust
Expand Down

0 comments on commit b90ced5

Please sign in to comment.