Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat(anime.yml): add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas authored Aug 13, 2023
1 parent 46e6f3c commit 2f55a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/anime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
schedule:
- cron: "0 */24 * * *"
# allows to run the job at any time manually
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 2f55a86

Please sign in to comment.