From 292957ed94b74ddb60fb87ccf6f9cd091777e835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bou=C5=A1ka?= Date: Thu, 22 Aug 2024 12:39:21 +0200 Subject: [PATCH] Fix branch name --- .github/workflows/deploy-docs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs b/.github/workflows/deploy-docs index dfb7d62..498fe57 100644 --- a/.github/workflows/deploy-docs +++ b/.github/workflows/deploy-docs @@ -2,8 +2,7 @@ name: Deploy Sphinx documentation to Pages on: push: - branches: [master] # branch to trigger deployment - + branches: [main] jobs: pages: runs-on: ubuntu-20.04