Skip to content

Commit

Permalink
Enable PR check for release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Mar 27, 2023
1 parent 2ce0ea2 commit 3c71702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Pull Request Validation
"on":
pull_request:
types: [opened, synchronize, reopened, edited]
branches: [main]
branches: [main, '[0-9]+.[0-9]+.x']

jobs:
# Count the number of commits in a pull request. This can be
# disabled by adding a trailer line of the following form to the
Expand Down

0 comments on commit 3c71702

Please sign in to comment.