Skip to content

Commit

Permalink
ci: schedule to run every day at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 2, 2023
1 parent 2108aae commit 0e9672c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: ci

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'

jobs:
test:
Expand Down

0 comments on commit 0e9672c

Please sign in to comment.