From 0ac61a901fa5a2239bf642837a5e14393b063bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=BC=E7=A8=9A=E5=9B=AD=E5=9B=AD=E9=95=BF?= <1796031384@qq.com> Date: Mon, 23 Dec 2024 08:40:03 +0800 Subject: [PATCH] Update update-contributor.yml --- .github/workflows/update-contributor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-contributor.yml b/.github/workflows/update-contributor.yml index 7355a779..31d763b2 100644 --- a/.github/workflows/update-contributor.yml +++ b/.github/workflows/update-contributor.yml @@ -1,6 +1,9 @@ on: release: types: [published] + push: + branches: + - main jobs: @@ -9,6 +12,6 @@ jobs: name: A job to automate contrib in readme steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.10 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}