From c9c80e7cde4b17f00cb24a769acbbf710c3505e6 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 25 Jul 2024 15:59:01 +0200 Subject: [PATCH] maybe fix ci Signed-off-by: Matteo Collina --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37d989ce1..f55b13a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,13 +4,14 @@ on: push: branches: - main + - 'v*' paths-ignore: - - 'docs/**' - - '*.md' + - 'docs/**' + - '*.md' pull_request: paths-ignore: - - 'docs/**' - - '*.md' + - 'docs/**' + - '*.md' # This allows a subsequently queued workflow run to interrupt previous runs concurrency: