Skip to content

Commit f5de692

Browse files
authored
Update contributors.yml
1 parent ba97c99 commit f5de692

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/contributors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 'Add contributors to readme'
22
on:
33
push:
4+
branches: [ master ]
45

56
jobs:
67
contrib-readme-job:
@@ -10,4 +11,4 @@ jobs:
1011
- name: Contribute List
1112
uses: akhilmhdh/contributors-readme-action@v2.3.6
1213
env:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)