From 8a037a0c4108301f0215de01ea199ed04883b24f Mon Sep 17 00:00:00 2001 From: Musselman Date: Sun, 30 Jun 2024 00:07:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix:=20Run=20builds=20on=20code?= =?UTF-8?q?=20modifications=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now there will not be a new docker image for documentation updates. --- .forgejo/workflows/workflow.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index f30b0ed..3554b90 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -1,4 +1,14 @@ -on: [push] +on: + push: + branches: + - "main" + paths: + - "**/editor_templates/" + - "**/templates/" + - "**/static/" + - "**/*.go" + - "**/*.sh" + - "**/Dockerfile" jobs: Clone and Build: runs-on: website