Skip to content

Commit

Permalink
CI: add schedule and workflow_dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 1, 2024
1 parent df90233 commit f52b87a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: CI

on:
- push
- pull_request
push:
pull_request:
workflow_dispatch:

# see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
# once a day
- cron: "0 0 * * *"

jobs:
buildAndTest-linux:
Expand Down

0 comments on commit f52b87a

Please sign in to comment.