From b04e237cb85a0215f8fe709ce5371507527f8562 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Sun, 12 Feb 2023 19:14:41 +0100 Subject: [PATCH] Remove automatic builds on pull_request Removes the automatic pull request build due to failing for the regular contributors (aside from @meeb). --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebdb2a5..af629ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,9 +7,6 @@ on: push: branches: - main - pull_request: - branches: - - main jobs: test: