From fb20a23fc7854947990fd3ee3ba4e249b667dbb6 Mon Sep 17 00:00:00 2001 From: Carlos Cesar Caballero Date: Tue, 19 Dec 2023 02:12:44 -0500 Subject: [PATCH] set workflows names --- .github/workflows/deploy.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6937e4..0a360cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Deploy on: release: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8db8479..1de5b43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Test on: [push]