summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-03-08 11:42:41 +0100
committerChristian Heimes <christian@python.org>2021-03-08 11:50:14 +0100
commit9ca12a2cd3faf4554b30ac7d380a4ea393469c72 (patch)
tree6496e7d640383dbc3fbdacbafc7ab5dd8dc1ed13
parent35ebedca6fb072b25a177d5446f9a1bf176d581a (diff)
downloaddefusedxml-git-9ca12a2cd3faf4554b30ac7d380a4ea393469c72.tar.gz
Run GHA in bug fix branchesmaster
Signed-off-by: Christian Heimes <christian@python.org>
-rw-r--r--.github/workflows/main.yml12
1 files 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: