Skip to content

feat: removed check for push for manual run #272

feat: removed check for push for manual run

feat: removed check for push for manual run #272

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contribute list in readme.md
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@master
with:
readme_path: "contributors.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}