Skip to content

Commit 986d21a

Browse files
committed
chore: add workflow_dispatch trigger to python-checks.yml
1 parent 90d5c60 commit 986d21a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [ main, development ]
88
schedule:
99
- cron: '0 5 * * 0'
10+
workflow_dispatch:
1011

1112
jobs:
1213
lint:

0 commit comments

Comments
 (0)