From f9777a92741641caab1329b69e99a1eade73ac13 Mon Sep 17 00:00:00 2001 From: linuskmr Date: Thu, 23 Dec 2021 18:04:58 +0100 Subject: [PATCH] Activate CI for all branches and pull requests --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8c262bd..b503c9d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ master ] + branches: [ "**" ] pull_request: - branches: [ master ] + branches: [ "**" ] jobs: build: