From 0f3db75d166105c24086f586bff39095475b4395 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Sun, 11 Apr 2021 21:56:27 +0200 Subject: Update .github/workflows/ci.yml Co-authored-by: Bruno Alla --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6471b9b..53b6b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - develop - master - - ci/gh-actions pull_request: jobs: @@ -47,4 +46,4 @@ jobs: pip install tox python setup.py install_egg_info - run: tox -e ${{ matrix.versions.toxenv }} - - uses: codecov/codecov-action@v1.3.2 \ No newline at end of file + - uses: codecov/codecov-action@v1.3.2 -- cgit v1.2.1