From cb275cc7664f79ac54b644873d79bb0c00f52a34 Mon Sep 17 00:00:00 2001 From: M-Schiborr <112689259+M-Schiborr@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:06:49 +0200 Subject: [PATCH] OPS-5273 workflow runs on every sub branch (#32) --- .github/workflows/on_push_or_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push_or_pr.yml b/.github/workflows/on_push_or_pr.yml index 552fd33af..cd9b16a6c 100644 --- a/.github/workflows/on_push_or_pr.yml +++ b/.github/workflows/on_push_or_pr.yml @@ -3,7 +3,7 @@ name: 'All static tests on every push' on: push: branches: - - '*' + - '**' jobs: codeql_analyze: