From ce7a60924372e266755db74ae82f56c0dbe8d5ad Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 3 Nov 2023 19:08:50 -0700 Subject: [PATCH] cleanup --- .gitea/workflows/build-and-pubish.yaml | 6 +++--- .gitea/workflows/build.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build-and-pubish.yaml b/.gitea/workflows/build-and-pubish.yaml index 2360e79..f25e227 100644 --- a/.gitea/workflows/build-and-pubish.yaml +++ b/.gitea/workflows/build-and-pubish.yaml @@ -3,9 +3,9 @@ name: Build and publish container images on: workflow_dispatch: { } - push: - branches: - - master + # push: + # branches: + # - master jobs: build-and-publish: diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1e66eea..7c235ba 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,9 +3,9 @@ name: Build container images on: workflow_dispatch: { } - # push: - # branches: - # - master + push: + branches: + - master jobs: build: