From c385295e55fe336a4dbea7c92f87fe381c04e689 Mon Sep 17 00:00:00 2001 From: Peter-Paul van Gemerden Date: Mon, 11 Nov 2024 11:47:02 +0100 Subject: [PATCH] ci: fix ci workflow trigger events (#707) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21eef363..ae737385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,9 @@ name: CI on: push: + branches: [main, 'release/**'] pull_request: - branches: [main] + branches: [main, 'release/**'] jobs: lint: