From e2972fb106ec5de2038833b365311d69fa01a234 Mon Sep 17 00:00:00 2001 From: David Gregory Date: Mon, 6 Jun 2022 10:16:34 +0100 Subject: [PATCH] Regenerate GHA workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccdbf79..c7be6dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ name: Continuous Integration on: pull_request: - branches: ['**'] + branches: ['**', '!update/**'] push: - branches: ['**'] + branches: ['**', '!update/**'] tags: [v*] env: