add branch

This commit is contained in:
Anders Rytter Hansen 2023-09-06 19:16:39 +02:00
commit fcb0144dea

View file

@ -9,11 +9,11 @@ on:
schedule: schedule:
- cron: '0 4 * * 6' # 4 am on Saturdays - cron: '0 4 * * 6' # 4 am on Saturdays
push: push:
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ] branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ] branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags","testing-customkernel" ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty