Update docker-publish.yml

This commit is contained in:
Anders Rytter Hansen 2023-07-18 13:23:55 +02:00
commit 1e76eaf0c7

View file

@ -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