Skip to content

Commit 6eb69a8

Browse files
authoredNov 9, 2023
Allow manually triggered publishes (#2788)
1 parent 0412030 commit 6eb69a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish
22
on:
3+
# Note that the main branch will be used regardless of the branch chosen
4+
# in the web interface.
5+
workflow_dispatch:
36
schedule:
47
- cron: '0 0 * * *'
58
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.