From 6a5a88f7e5c74fc9658139457a54f690da36170a Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 22 May 2022 21:07:55 +0000 Subject: [PATCH] Update CI --- .github/workflows/python-app.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 09b793e..3cc036b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,13 +1,11 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application - -on: - push: - branches: ["*"] - pull_request: - branches: ["*"] +--- +name: "CI" +on: # yamllint disable-line rule:truthy rule:comments + - "push" + - "pull_request" jobs: build: