From fcb0144deafd52994da0e3819ea1a9b8d413912c Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 6 Sep 2023 19:16:39 +0200 Subject: [PATCH] add branch --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d4ec3d0..ac8391b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,11 +9,11 @@ on: schedule: - cron: '0 4 * * 6' # 4 am on Saturdays push: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ] + branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ] + branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel" ] env: # Use docker.io for Docker Hub if empty