From ea6d41af13c922b094b23ce4bb7d2881f2ce1c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Wed, 17 Jun 2020 19:42:55 +0200 Subject: [PATCH] github actions adjust --- .github/workflows/pythonapp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 2c5f2f82..70b22852 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v* pull_request: branches: - master