From 6809e4b2dba0811e2dadf01de0e97043314cba1d Mon Sep 17 00:00:00 2001 From: pierregee Date: Wed, 2 Oct 2024 16:12:46 +0800 Subject: [PATCH] add yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8973e4151..a55e14bfa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main # Change this to your main branch if different + - pierregee/remove-translations-to-work-with-static-pages # Change this to your main branch if different jobs: deploy: