Skip to content

Commit

Permalink
ci: Fix up trigger path for ShellCheck workflow
Browse files Browse the repository at this point in the history
We recently renamed the workflow file, but forgot to adjust the name of
the file in the workflow itself, and now the workflow is no longer
triggered when its description file is changed. Let's fix up the path.

Fixes: 01f1335 ("ci: Add workflow to make sure GitHub mirror commits have valid prefixes")
Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Apr 9, 2023
1 parent 7d628fb commit 87e2cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint-shell
on:
pull_request:
paths:
- '.github/workflows/lint.yaml'
- '.github/workflows/lint-shell.yaml'
- 'scripts/**'
push:
branches:
Expand Down

0 comments on commit 87e2cb7

Please sign in to comment.