Skip to content

Commit

Permalink
Run tests when master branch is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-roitman authored Nov 11, 2023
1 parent 1fa3c27 commit 48079e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CI

on:
pull_request:
push:
branches: [ master ]
schedule:
- cron: '0 4 * * *'
jobs:
Expand Down

0 comments on commit 48079e2

Please sign in to comment.