From d453bc12a7b19daa64afd66bce7cf7c2822d3df8 Mon Sep 17 00:00:00 2001 From: "Michael F." Date: Fri, 5 Jan 2024 10:41:57 +0100 Subject: [PATCH] update publish ci build --- .github/workflows/github-packages-publish.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-packages-publish.yml b/.github/workflows/github-packages-publish.yml index bf47a8d..655404d 100644 --- a/.github/workflows/github-packages-publish.yml +++ b/.github/workflows/github-packages-publish.yml @@ -6,14 +6,15 @@ name: Docker # documentation. on: - schedule: - - cron: '38 1 * * *' + # schedule: + # - cron: '38 1 * * *' + workflow_dispatch: push: branches: [ "master" ] # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "master" ] + # tags: [ 'v*.*.*' ] + # pull_request: + # branches: [ "master" ] env: # Use docker.io for Docker Hub if empty