Skip to content

Commit

Permalink
ci: allow to be dispatched
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Dec 17, 2024
1 parent 3836658 commit 20d52ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
workflow_dispatch: {}
schedule:
- cron: '0 10,15,20 * * *'
repository_dispatch:
types: [publish]

jobs:
github-pages:
Expand Down

0 comments on commit 20d52ac

Please sign in to comment.