Skip to content

Commit 13e57dd

Browse files
authored
Update linters.yml
Add workflow_dispatch for manually triggered events
1 parent cad8fbc commit 13e57dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Linters
2-
on: [push]
2+
on:
3+
workflow_dispatch:
34
jobs:
45
Black:
56
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)