diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eede7e..b1345b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,13 @@ # https://github.com/linux-nfc/neard # name: "Builds" -on: [push, pull_request, workflow_dispatch] +on: + pull_request: + push: + schedule: + # Run at 1:01 PM, every Tuesday + - cron: '1 13 * * 2' + workflow_dispatch: jobs: job: