From bbcdc1f91bfed8e1aa2c60dc5bbbb47b737400fe Mon Sep 17 00:00:00 2001 From: Hugo Cachitas Date: Wed, 10 Apr 2024 01:23:36 +0100 Subject: [PATCH] Rename CI workflow --- .github/workflows/{python-package.yml => ci.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{python-package.yml => ci.yml} (70%) diff --git a/.github/workflows/python-package.yml b/.github/workflows/ci.yml similarity index 70% rename from .github/workflows/python-package.yml rename to .github/workflows/ci.yml index 80a4857..bf32e33 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - -name: Python package +name: CI on: push: