Skip to content

Commit

Permalink
ci: also build release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 7, 2024
1 parent 0d380e2 commit 1450e49
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 @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
jobs:
lint:
name: lint
Expand Down

0 comments on commit 1450e49

Please sign in to comment.