From ece2ac5d9d1d2704fff3043c2fb9b27fbe51cb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Wed, 23 Oct 2024 11:00:34 +0200 Subject: [PATCH] fix: Dependabot branches not triggering CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d510281f7..c5df0e1430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: # Avoid tags branches: - - "*" + - "**" jobs: check-license: