Skip to content

Commit 6c5febf

Browse files
committed
Update release-25.01 into build matrix
1 parent 806932d commit 6c5febf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_debian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: WFB-ng package builder for debian
22

33
on:
44
push:
5-
branches: [ master, release-24.08 ]
5+
branches: [ master, release-24.08, release-25.01 ]
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ master, stable ]

.github/workflows/build_pi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: WFB-ng package builder for RPI and NanoPI
22

33
on:
44
push:
5-
branches: [ master, release-24.08 ]
5+
branches: [ master, release-24.08, release-25.01 ]
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ master, stable ]

.github/workflows/build_ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: WFB-ng package builder for ubuntu
22

33
on:
44
push:
5-
branches: [ master, release-24.08 ]
5+
branches: [ master, release-24.08, release-25.01 ]
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ master, stable ]

0 commit comments

Comments
 (0)