Skip to content

Commit 0b646d6

Browse files
committed
Run GHA in bug fix branches
Signed-off-by: Christian Heimes <[email protected]>
1 parent 8cbb1be commit 0b646d6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
on:
22
push:
3-
branches: ["master"]
3+
branches:
4+
- master
5+
- main
6+
- v*.x
47
pull_request:
5-
branches: ["master"]
8+
branches:
9+
- master
10+
- main
11+
- v*.x
612
workflow_dispatch:
713

814
jobs:
915
tests:
1016
name: "Python ${{ matrix.python-version }}"
11-
runs-on: "ubuntu-latest"
17+
runs-on: "ubuntu-20.04"
1218
strategy:
1319
fail-fast: false
1420
matrix:

0 commit comments

Comments
 (0)