add newest-kernel branch

This commit is contained in:
Anders Rytter Hansen 2023-10-09 20:58:52 +02:00
commit ec0059f0ef

View file

@ -9,11 +9,11 @@ on:
schedule:
- cron: '0 4 * * 6' # 4 am on Saturdays
push:
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel", "lto-kernel", "lts-kernel" ]
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","newest-kernel", "lto-kernel", "lts-kernel" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel", "lto-kernel" ]
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","newest-kernel", "lto-kernel" ]
env:
# Use docker.io for Docker Hub if empty