From f5de692a5558f80ed3e75b4bc4c6a41ce148b295 Mon Sep 17 00:00:00 2001 From: Advaita Saha Date: Sat, 1 Oct 2022 23:42:24 +0530 Subject: [PATCH] Update contributors.yml --- .github/workflows/contributors.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 199c256..c09305e 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,6 +1,7 @@ name: 'Add contributors to readme' on: push: + branches: [ master ] jobs: contrib-readme-job: @@ -10,4 +11,4 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.6 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}