From dea8ad7a369cbc58b8bab303423b5f64412beeed Mon Sep 17 00:00:00 2001 From: belthlemar Date: Fri, 30 Aug 2024 14:48:44 +0200 Subject: [PATCH] make the workflow global --- .github/workflows/license_header.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_header.yml b/.github/workflows/license_header.yml index f04067c038..03f707b4e3 100644 --- a/.github/workflows/license_header.yml +++ b/.github/workflows/license_header.yml @@ -2,7 +2,7 @@ name: check license headers on: push: branches: - - "test-precommit" + - "**" jobs: check-license-headers: