From cb0640e6c7c437a7dbff34b7d1b87ffba0952d05 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 6 Dec 2022 23:17:45 +0100 Subject: [PATCH] build: run contibutors per pull request --- .github/workflows/contributors.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: