Skip to content

Commit 91d8bdd

Browse files
committed
chore: add 256-patch branch to PR validation workflow
1 parent bbb4422 commit 91d8bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.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, edited]
66
# only applies to PRs that want to merge to main
7-
branches: [main, 252-patch, 254-patch]
7+
branches: [main, 252-patch, 254-patch, 256-patch]
88

99
jobs:
1010
pr-validation:

0 commit comments

Comments
 (0)