Skip to content

Commit

Permalink
Added cron job and workflow dispatch triggers to CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Jul 28, 2024
1 parent 0b3f38d commit b826aa5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Continuous Integration

on:
- push
- pull_request
push:
pull_request:
workflow_dispatch:
schedule:
- cron: 0 6 * * *

jobs:
tests:
Expand Down

0 comments on commit b826aa5

Please sign in to comment.