mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 17:01:49 +02:00
Compare commits
3 commits
bcb0d94a49
...
8aae9c1428
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8aae9c1428 | ||
4f9cad88bd | |||
![]() |
e061d9314a |
3 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
branches: [ 'main', 'stable-*' ]
|
||||
pull_request:
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
branches: [ 'main', 'stable-*' ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -3,9 +3,9 @@ name: Docker build
|
|||
on:
|
||||
push:
|
||||
tags: ['*']
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
branches: [ 'main', 'stable-*' ]
|
||||
pull_request:
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
branches: [ 'main', 'stable-*' ]
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -66,7 +66,7 @@ dev = [
|
|||
]
|
||||
doc = [
|
||||
"Sphinx>=7.0.1,<9",
|
||||
"docutils==0.20.1",
|
||||
"docutils==0.21.2",
|
||||
"myst-parser>=2,<5",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue