Update docker-publish.yml
This commit is contained in:
parent
1974def519
commit
1e76eaf0c7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue