From 201ad0787a80bbe972ee18ca0bdbab398be561e8 Mon Sep 17 00:00:00 2001 From: Lari Liuhamo Date: Fri, 7 Aug 2026 20:13:41 +0300 Subject: [PATCH] fix: Trigger tests on Dependabot PRs --- .github/workflows/unit_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index dc8f512..5cbb3f3 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -10,7 +10,6 @@ name: Unit tests on: push: branches-ignore: - - 'dependabot/**' # Avoid duplicates; only run the PR, not the push - 'gh-pages' # GitHub Pages do not trigger all tests tags-ignore: - 'v*' # Avoid re-running existing commit on release