From a6a28ce3e2174c0be494f553ab5fd79b7039190f Mon Sep 17 00:00:00 2001 From: ethernet Date: Thu, 25 Jun 2026 11:56:28 -0400 Subject: [PATCH] fix(ci): run CI on all PRs to anywhere fixes stacked PRs no-checks bug where main < a < b a merges into main b is retargeted to main but b doesn't run checks since it's not considered a new pr to main now b will simply already have passing ci :) --- .github/workflows/ci.yml | 1 - .github/workflows/docker-publish.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb59b032a1..f205717a632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ name: CI on: pull_request: - branches: [main] push: branches: [main] diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 69fa5d162cf..48b1f94a6f0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -16,7 +16,6 @@ on: # reports a status (path-gated workflows leave checks "pending" forever # when no matching files change, which blocks merge). pull_request: - branches: [main] release: types: [published]