Update the Github workflow

This commit is contained in:
Bruno Alla 2020-08-10 17:56:26 +01:00
parent ceb96dddc1
commit bd381ea0bf

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- auto-generate-contributors
jobs:
build:
@ -11,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
@ -23,4 +22,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update list
run: python scripts/update_contributors.py $GITHUB_EVENT_PATH
run: python scripts/update_contributors.py