From 9893a6efbd7a4e8702a87dae8c1887c59202ce83 Mon Sep 17 00:00:00 2001 From: Sophie L Date: Sun, 7 Apr 2024 22:37:19 +0100 Subject: [PATCH] fix(ci): here too --- .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 51cbd00..00442d6 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -2,7 +2,7 @@ name: Build and Publish API on: push: - branches: [master] + branches: [main] jobs: build: