From 687be5b1320382107624b36fb940a079069a82ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=ADnio=20Larrubia?= Date: Fri, 27 Sep 2024 11:35:40 -0300 Subject: [PATCH] fix: Duplicated CI run after opening a PR with a branch in the original repo (#1110) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16902c73a..56600d328 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ name: Build and Release on: push: - branches: [ "*" ] + branches: [ "main" ] pull_request: branches: [ "*" ]