From 1bd338c7ee4861f0e5f98a36f851465625f5011c Mon Sep 17 00:00:00 2001 From: Marc Froehlich Date: Mon, 6 Jul 2026 03:05:47 +0200 Subject: [PATCH] Rename website workflow to build-only --- .github/workflows/{website-deploy.yml => website-build.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{website-deploy.yml => website-build.yml} (92%) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-build.yml similarity index 92% rename from .github/workflows/website-deploy.yml rename to .github/workflows/website-build.yml index 790ba30..7c0123f 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-build.yml @@ -7,14 +7,14 @@ on: paths: - website/** - github_docs/** - - .github/workflows/website-deploy.yml + - .github/workflows/website-build.yml pull_request: branches: - main paths: - website/** - github_docs/** - - .github/workflows/website-deploy.yml + - .github/workflows/website-build.yml workflow_dispatch: env: