Skip to content

Commit d30dfb5

Browse files
committed
[build, GH actions] Add idea251.x to the list of workflow branches
1 parent 132a2ac commit d30dfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ idea243.x ]
3+
branches: [ idea243.x, idea251.x ]
44
pull_request:
5-
branches: [ idea243.x ]
5+
branches: [ idea243.x, idea251.x ]
66

77
jobs:
88
build_and_test:

0 commit comments

Comments
 (0)