From 2a0b1a5abae97a82785c22b270f26774dc10e13c Mon Sep 17 00:00:00 2001 From: Red Mushie Date: Sun, 1 Oct 2023 14:40:35 +0200 Subject: [PATCH] ci: Properly comment out pull_request matcher --- .github/workflows/ci-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a9bfdfd0..d88f5474 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -4,11 +4,11 @@ on: - master - develop - feature/multi-board-ci - pull_request: - branches: - - master - - develop - types: [opened, reopened, synchronize] + # pull_request: + # branches: + # - master + # - develop + # types: [opened, reopened, synchronize] workflow_call: # When another workflow invokes this one. outputs: matrix: