From 9e2e1933da9ff675f7a83e7cf09873bcb4f29d25 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Sun, 29 Dec 2024 14:47:05 +0100 Subject: [PATCH] fixed branch name for on push action --- .gitea/workflows/pages-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index 119c985..8952ec6 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -3,7 +3,7 @@ name: Deploy Jekyll site to Pages on: push: branches: - - main + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: