diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 4ca268e..6d1d382 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,10 +1,9 @@ name: contributors on: - schedule: - # Cron job every Monday at 12:00 - # https://crontab.guru/every-monday - - cron: '0 0 * * MON' + pull_request: + branches: + - master jobs: test: