Skip to content

Commit

Permalink
ci: turn on workflow for all PR
Browse files Browse the repository at this point in the history
Due to the squash policy, PRs will be more granular, so there will be a situation of chains of PRs
going into each other. To make it easier to work with this, you can enable CI on any PR. For an
open-source project this will not be expensive.
  • Loading branch information
cyphersnake committed Jan 10, 2024
1 parent 67f2741 commit a644b2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
pull_request

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a644b2b

Please sign in to comment.