From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:20:04 +0000 (-0400) Subject: Pick a single branch for workflows that should not run X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16294%2Fhead;p=thirdparty%2Fpdns.git Pick a single branch for workflows that should not run Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 0c545e30eb..d1de9c2b19 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -2,7 +2,8 @@ name: Workflow should not run! on: push: - branches: '' + branches: + - should-not-run permissions: {} diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index b40588ae5f..f8f68f1f11 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -2,7 +2,8 @@ name: Workflow should not run! on: push: - branches: '' + branches: + - should-not-run jobs: placeholder: