From 2f843377df4294ef93803ece2ae490a1370da3e8 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Mon, 16 Dec 2024 15:14:37 +0100 Subject: [PATCH] CI fix. --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8cdd73995..d41f3c106 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,7 +3,7 @@ name: Build and upload docs on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: