From 1e76eaf0c7c4336403aad1da4a01f5a8e34fbfa3 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Tue, 18 Jul 2023 13:23:55 +0200 Subject: [PATCH] Update docker-publish.yml --- .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 9f5949c..5abb121 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,11 +9,11 @@ on: schedule: - cron: '0 4 * * *' # 4 am everyday push: - branches: [ "main", "testing" ] + branches: [ "main", "testing", "testing-gpuscreenrecorder" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ "main", "testing" ] + branches: [ "main", "testing", "testing-gpuscreenrecorder" ] env: # Use docker.io for Docker Hub if empty