From 030d599299ba485fe4c2457f224f3e9352d388b9 Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Mon, 16 Sep 2024 18:11:13 +0200 Subject: [PATCH] Wrong master name --- .github/workflows/sphinx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index ca0de3e..00e5d97 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -2,9 +2,9 @@ name: Build documentation on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] permissions: contents: write