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