Skip to content

Commit

Permalink
Run GHA in bug fix branches
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Mar 8, 2021
1 parent 35ebedc commit 9ca12a2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9ca12a2

Please sign in to comment.