diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2135e49..510301a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: tests on: pull_request: push: - branches: [ main ] + branches: [ main, develop ] schedule: - cron: '25 08 * * *'