Skip to content

Commit 172106e

Browse files
authored
workflow: add workflow_dispatch flag
This allows to run manually from GitHub web interface
1 parent c0c026a commit 172106e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Build and update documentation
22

3-
# Daily at 23 pm
3+
# Daily at 23 pm, or manually
44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 23 * * *'
78

0 commit comments

Comments
 (0)