Skip to content

Commit

Permalink
Only verify PR title for main and release branch (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Apr 18, 2024
1 parent 2ba3e72 commit 3391cf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
# main branch.
pull_request_target:
types: [opened, edited, reopened, synchronize]
branches:
- main
- release-*

permissions:
contents: read

jobs:
verify:
Expand Down

0 comments on commit 3391cf5

Please sign in to comment.