From 634f15a717deb9647434af1ff6d4624fc7d2c420 Mon Sep 17 00:00:00 2001 From: Samuel Juhel <10011382+spjuhel@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:50:20 +0200 Subject: [PATCH] Fix master -> main in CI workflow --- .github/workflows/static_html_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_html_deploy.yml b/.github/workflows/static_html_deploy.yml index 9b38bdc..67a66be 100644 --- a/.github/workflows/static_html_deploy.yml +++ b/.github/workflows/static_html_deploy.yml @@ -4,7 +4,7 @@ name: Build and deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: