diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68d7e8f..897bd44 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,8 @@ name: CI on: push: branches: [ main ] + pull_request: + branches: [ main ] schedule: - cron: '0 0 * * *' #Makes sense, we are testing against master workflow_dispatch: