From 96f85953e66394a602b33b5fbdfa6eeee438d160 Mon Sep 17 00:00:00 2001 From: Loick CHERIMONT Date: Thu, 14 May 2026 16:22:18 +0200 Subject: [PATCH] docs: change branch name from 'master' to 'main' More adapted to Github conventions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e635ea8..df14810 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['master'] + branches: ['main'] pull_request: - branches: ['master'] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: