From e0e76d3a56581d1b9055e970a77bfc575df19794 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 5 Dec 2022 16:33:22 +0100 Subject: [PATCH] ci(contributors): add username avatar --- .github/workflows/contributors.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 05a5e7f..64fd330 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -2,8 +2,10 @@ name: Add contributors on: schedule: - cron: '20 20 * * *' + push: + branches: [dev] pull_request: - branches: [main] + branches: [main, dev] jobs: add-contributors: