fix: removed pr & cron action

This commit is contained in:
Elie Baier 2023-12-05 21:11:41 +01:00 committed by GitHub
parent c79f1d7116
commit 66ff2bc4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -6,14 +6,10 @@ name: Docker
# documentation.
on:
schedule:
- cron: '26 22 * * *'
push:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
env:
# Use docker.io for Docker Hub if empty