Skip to content

Commit

Permalink
[ci] runs push condition only on specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Oct 20, 2023
1 parent b81be9c commit 10003f8
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
Expand Up @@ -9,6 +9,9 @@ on:
- 'Cargo.lock'
- '**.rs'
push:
branches:
- main
- wip/next
paths:
- 'Cargo.toml'
- 'Cargo.lock'
Expand Down

0 comments on commit 10003f8

Please sign in to comment.