From 130710ec0d2fd59d39c66dad66fc7750e921d3f1 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 14 Sep 2023 23:49:21 +0200 Subject: [PATCH] add LTS kernel branch --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0289a69..9314534 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,7 +9,7 @@ on: schedule: - cron: '0 4 * * 6' # 4 am on Saturdays push: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel", "lto-kernel" ] + branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel", "lto-kernel", "lts-kernel" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: