From ef63f92c08403c1c4e492b8c87e52e4f727364f9 Mon Sep 17 00:00:00 2001 From: metabrixkt Date: Thu, 19 Feb 2026 23:20:42 +0500 Subject: [PATCH] fix: Fix build workflows being triggered twice on PRs from the same repo --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11f358f..ccc6dce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build and test on: push: + branches: + - main pull_request: types: - opened