Skip to content

Commit

Permalink
Merge pull request #26 from aya-rs/add-schedule
Browse files Browse the repository at this point in the history
.github: add scheduled build
  • Loading branch information
tamird committed Oct 22, 2023
2 parents 950c9fa + 385cb52 commit cbcb3c6
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
Expand Up @@ -2,9 +2,15 @@ name: Build

on:
push:
branches: [main]
branches:
- main

pull_request:
branches: [main]
branches:
- main

schedule:
- cron: 00 4 * * *

jobs:
ci:
Expand Down

0 comments on commit cbcb3c6

Please sign in to comment.