From 275e8ba3b0e8857e0d1c090b20137f9e07c34101 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Thu, 3 Oct 2024 13:54:15 +0200 Subject: [PATCH] chore:fix actions --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c9da7dc..08f5942 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Deploy on: push: branches: - - 'main' + - 'master' workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages