From 605892dc9db202a994b9fc629838ac48bf3c926c Mon Sep 17 00:00:00 2001 From: jarpat Date: Mon, 6 Nov 2023 15:13:58 -0500 Subject: [PATCH] update branch selector for github workflows --- .github/workflows/linter-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter-analysis.yaml b/.github/workflows/linter-analysis.yaml index f3851bb..f1d3214 100644 --- a/.github/workflows/linter-analysis.yaml +++ b/.github/workflows/linter-analysis.yaml @@ -1,7 +1,7 @@ name: Linter Analysis on: push: - branches: [ '*' ] # '*' will cause the workflow to run on all commits to all branches. + branches: [ '**' ] # '**' will cause the workflow to run on all commits to all branches, including those with path separators jobs: # Hadolint: Job-1