Skip to content

Commit 655f8e2

Browse files
authored
Add release branches to the pull request checks (#466)
1 parent 527cf82 commit 655f8e2

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
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
types: [opened, reopened, synchronize]
99
push:
10-
branches: [main]
10+
branches: [main, 'release/*']
1111

1212
jobs:
1313
soundness:

0 commit comments

Comments
 (0)