From 9b63c244c1e11109cf172222e3f4faef6aff7147 Mon Sep 17 00:00:00 2001 From: munechika-koyo Date: Tue, 4 Nov 2025 20:22:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20deployment=20condition?= =?UTF-8?q?=20to=20trigger=20on=20push=20to=20master=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bdecccb..c693324 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - if: github.event_name == 'release' && github.event.action == 'published' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: 🚀 Deploy to GitHub Pages id: deployment