From bea66d04b59346a902fb680833b1a818986123e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= <felix@passcod.name> Date: Sat, 17 Jun 2023 22:17:24 +1200 Subject: [PATCH] Fix PR CI triggers (#1150) - Remove trigger on "auto merge" enablement, which is just annoying now with the merge queue and was only ever an additional workaround for the release PRs. - Always run the PR CIs, don't ignore markdown files. That made it impossible to merge PRs that only touched those files (without bypassing requirements). --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85942374..9e2c6ee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,6 @@ on: - opened - reopened - synchronize - - auto_merge_enabled - paths-ignore: - - README.md - - SUPPORT.md push: branches: - main