forked from Github-Mirrors/canaille
Fixed GHA branches
This commit is contained in:
parent
bcc46a51a8
commit
231a931cf0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
|
@ -3,12 +3,12 @@ name: tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '*.x'
|
||||
- main
|
||||
- '*.*.*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- '*.x'
|
||||
- main
|
||||
- '*.*.*'
|
||||
jobs:
|
||||
tests:
|
||||
name: ${{ matrix.python }}
|
||||
|
|
Loading…
Reference in a new issue