Skip to content

Commit

Permalink
Update contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndieCoderMM committed Oct 31, 2023
1 parent 09cbe68 commit 9085717
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Contributors

on:
push:
branches: ["main", "dev"]
branches:
- dev

jobs:
ContributorsList:
Expand All @@ -11,5 +12,8 @@ jobs:
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
commit_message: "Update Contributors List"
auto_detect_branch_protection: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9085717

Please sign in to comment.