Skip to content

Commit 504a271

Browse files
committed
Add release branches to the pull request checks
1 parent 590a91d commit 504a271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66
push:
7-
branches: [main]
7+
branches: [main, 'release/*']
88

99
jobs:
1010
soundness:

0 commit comments

Comments
 (0)