Skip to content

Commit

Permalink
chore(ci): limit push workflows to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lkc committed Feb 10, 2025
1 parent 0d97c0c commit fda161c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Continuous Integration

on:
push:
branches:
- 'main'
paths-ignore:
- "**/README.md"
pull_request:
Expand Down

0 comments on commit fda161c

Please sign in to comment.