forked from Mirror/wfb-ng
Update workflows for 24.08
This commit is contained in:
parent
8c81d23850
commit
050f03b420
2
.github/workflows/build_debian.yml
vendored
2
.github/workflows/build_debian.yml
vendored
@ -2,7 +2,7 @@ name: WFB-ng package builder for debian
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, release-23.08 ]
|
||||
branches: [ master, release-24.08 ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master, stable ]
|
||||
|
2
.github/workflows/build_pi.yml
vendored
2
.github/workflows/build_pi.yml
vendored
@ -2,7 +2,7 @@ name: WFB-ng package builder for RPI and NanoPI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, release-23.08 ]
|
||||
branches: [ master, release-24.08 ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master, stable ]
|
||||
|
2
.github/workflows/build_ubuntu.yml
vendored
2
.github/workflows/build_ubuntu.yml
vendored
@ -2,7 +2,7 @@ name: WFB-ng package builder for ubuntu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, release-23.08 ]
|
||||
branches: [ master, release-24.08 ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master, stable ]
|
||||
|
@ -7,8 +7,8 @@ WFB-ng versions being supported with security updates:
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| master | :white_check_mark: |
|
||||
| 23.08 | :white_check_mark: |
|
||||
| < 23.08 | :x: |
|
||||
| 24.08 | :white_check_mark: |
|
||||
| < 24.08 | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user