From 352b68539e1dfd00bb1fab9df6ce8a8ce63a4957 Mon Sep 17 00:00:00 2001 From: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Date: Tue, 27 May 2025 04:07:58 +0200 Subject: [PATCH] Don't run CI on pushed commits (while keeping pull requests) (#91163) See https://github.com/tgstation/TerraGov-Marine-Corps/pull/17885 and https://discord.com/channels/326822144233439242/1372427512273043506/1372484162023456861 Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com> --- .github/workflows/ci_suite.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 21746be95d6..6655c8d1c4b 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -1,12 +1,6 @@ name: CI Suite on: - push: - branches: - - master - - 'project/**' - - 'gh-readonly-queue/master/**' - - 'gh-readonly-queue/project/**' pull_request: branches: - master