From 6907de78def0a1c5280f45c45e789009595d541a Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Thu, 6 Feb 2025 10:14:03 +0100 Subject: [PATCH] ci: use correct branch on deploy workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ccf385..82a863b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: