Skip to content

Commit

Permalink
ci: also build for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 12, 2024
1 parent 6a2f70f commit c4a3768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- main
- release/**
merge_group:
types:
- checks_requested
pull_request:
branches:
- main
- release/**

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c4a3768

Please sign in to comment.