From 8a094add532530695af7eee68d4ed164d454bb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 13 Feb 2024 10:13:11 +0100 Subject: [PATCH] ci: Fix branch name for gh-pages --- .github/workflows/ghpages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpages.yaml b/.github/workflows/ghpages.yaml index 78ed6ed..382dff2 100644 --- a/.github/workflows/ghpages.yaml +++ b/.github/workflows/ghpages.yaml @@ -3,7 +3,7 @@ name: Build the public website, and publish to GitHub Pages on: push: - branches: [ "main" ] + branches: [ "master" ] permissions: contents: read