Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Aug 1, 2023
1 parent 9e40595 commit 9b19942
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: CI

on: [push, pull_request]

on:
push:
pull_request:
schedule:
- cron: '0 8 * * *'

jobs:
build:

Expand Down

0 comments on commit 9b19942

Please sign in to comment.