Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run pull request check on older branches
Browse files Browse the repository at this point in the history
(cherry picked from commit f1ba1e2)
MrTJP committed Jan 26, 2025
1 parent eb99d26 commit 4c6c055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -4,8 +4,10 @@ on:
pull_request:
branches:
- main
- main/**
- feature/**
- 1.20.1
- 1.19.x
- 1.18.x

jobs:
style_check:

0 comments on commit 4c6c055

Please sign in to comment.