Skip to content

Commit

Permalink
Add additional CI triggers (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
  • Loading branch information
jayqi and jayqi authored Dec 15, 2022
1 parent 352f0d7 commit 9354e79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tests

on: [push]
on:
push:
pull_request:
schedule:
# Run every Monday at midnight
- cron: "0 0 * * 1"
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 9354e79

Please sign in to comment.