diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b4b183..c5be5c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,14 +7,9 @@ concurrency: on: push: - pull_request: branches: [ master ] - - schedule: - # Schedule a test once a day so we check compatibility with the - # upstream c-lightning master - - cron: '0 17 * * *' - + pull_request: + jobs: build-and-test: name: Test PY=${{ matrix.python-version }}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}