From 905a4f60b919b3519c488b918120fc2d385fe99c Mon Sep 17 00:00:00 2001 From: mxgic1337_ <60188749+mxgic1337@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:47:35 +0100 Subject: [PATCH] ci(static.yml): deploy to github pages every push (#15) --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 32bebf3..c3843b7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,8 +2,8 @@ name: Deploy to GitHub Pages on: push: - tags: - - '*' + branches: + - 'main' workflow_dispatch: permissions: