Skip to content

Commit

Permalink
Allow manually triggered publishes (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
CountBleck authored Nov 9, 2023
1 parent 0412030 commit 6eb69a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish
on:
# Note that the main branch will be used regardless of the branch chosen
# in the web interface.
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
Expand Down

0 comments on commit 6eb69a8

Please sign in to comment.