Skip to content

Commit

Permalink
Merge pull request #679 from eyal0/workflow_dispatch
Browse files Browse the repository at this point in the history
ci: Add workflow_dispatch.
  • Loading branch information
eyal0 committed Sep 28, 2023
2 parents 96a34a4 + 614c88f commit 069944e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "v*"
schedule:
- cron: '5 4 * * 1'
workflow_dispatch:

jobs:
build-and-test:
Expand Down

0 comments on commit 069944e

Please sign in to comment.