From 824843c8c9145ae68140f65205961af71e08de52 Mon Sep 17 00:00:00 2001 From: vitor-rc1 Date: Wed, 14 Feb 2024 10:25:23 -0300 Subject: [PATCH] Remove pull_request trigger from main_status workflow --- .github/workflows/main_status.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main_status.yml b/.github/workflows/main_status.yml index 5aaa12c..adc8ef7 100644 --- a/.github/workflows/main_status.yml +++ b/.github/workflows/main_status.yml @@ -3,8 +3,6 @@ name: Main status on: push: branches: [ "main" ] - pull_request: - branches: [ "develop", "main" ] jobs: build: