Skip to content

Commit

Permalink
ops: schedule weekly CI build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJUK committed Sep 27, 2024
1 parent 27223fc commit 323bb4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: CI
on:
pull_request:
push:
branches:
- master
branches: [ master ]
schedule:
- cron: '0 0 * * 1'

jobs:
lint:
Expand Down

0 comments on commit 323bb4f

Please sign in to comment.