From ca10f95b315a593667af86f92968905dd73c4daf Mon Sep 17 00:00:00 2001 From: Miska Pajukangas <56785774+mpjk@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:17:35 +0300 Subject: [PATCH] ci(fixes): remove ci run on pull request Running CI on pull request is not necessary, as the main build is run as well. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d644f66..8b862a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,6 @@ on: push: branches: - "**" - pull_request: - branches: [main] jobs: build: