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