From 5982d7fdb1a5bf7106fc7713e5f3636494bf91e8 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Tue, 22 Oct 2024 11:26:19 +0200 Subject: [PATCH] TEMP: build on all branches --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 2b640db..f41effc 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages on: push: - branches: [ "master" ] + #branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: