From 9ca12a2cd3faf4554b30ac7d380a4ea393469c72 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 8 Mar 2021 11:42:41 +0100 Subject: Run GHA in bug fix branches Signed-off-by: Christian Heimes --- .github/workflows/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94af983..7ae7a6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,20 @@ on: push: - branches: ["master"] + branches: + - master + - main + - v*.x pull_request: - branches: ["master"] + branches: + - master + - main + - v*.x workflow_dispatch: jobs: tests: name: "Python ${{ matrix.python-version }}" - runs-on: "ubuntu-latest" + runs-on: "ubuntu-20.04" strategy: fail-fast: false matrix: -- cgit v1.2.1