From 5a811029886ca3364ffb3cfc157233bebd272854 Mon Sep 17 00:00:00 2001 From: GodD6366 Date: Mon, 10 Oct 2022 05:25:44 +0000 Subject: [PATCH] build --- .github/workflows/docker-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1d9c7137..bf8e2d94 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,14 +6,14 @@ name: Docker # documentation. on: - schedule: - - cron: '20 0 * * *' + # schedule: + # - cron: '20 0 * * *' push: - branches: [ "main" ] + branches: [ "self" ] # Publish semver tags as releases. - tags: [ 'v*.*.*' ] + # tags: [ 'v*.*.*' ] pull_request: - branches: [ "main" ] + branches: [ "self" ] env: # Use docker.io for Docker Hub if empty