Skip to content

Commit 0d2dcef

Browse files
authored
Add workflow_dispatch trigger to lint workflow
1 parent c13b015 commit 0d2dcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-shell-script.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Lint Shell scripts
55

66
on: # yamllint disable-line rule:truthy
7+
workflow_dispatch:
78
push:
89
branches: [master, main]
910
paths:

0 commit comments

Comments
 (0)