diff --git a/.github/workflows/check-contrib.yml b/.github/workflows/check-contrib.yml index 34e24620..e1dfccd9 100644 --- a/.github/workflows/check-contrib.yml +++ b/.github/workflows/check-contrib.yml @@ -1,7 +1,10 @@ name: Contrib script syntax checking on: - - push - - pull_request + push: + paths: [ 'contrib/**', .github/scripts/check-contrib.sh ] + pull_request: + paths: [ 'contrib/**', .github/scripts/check-contrib.sh ] + workflow_dispatch: env: # Force colored output (see https://bixense.com/clicolors/ and https://force-color.org/)