build testing

This commit is contained in:
Anders Rytter Hansen 2023-07-15 00:18:15 +02:00
commit 1f6f8cee0d

View file

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