diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca5572..437adef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: tests on: + push: + pull_request: schedule: - cron: '37 3 * * *' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8a8f1f5..df4fc6a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,8 +1,6 @@ name: tests on: - push: - pull_request: schedule: - cron: '47 3 * * *'