mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 17:01:49 +02:00
Compare commits
2 commits
f7390ac8b5
...
a9d2e54d7f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a9d2e54d7f | ||
4f9cad88bd |
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,9 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -3,9 +3,9 @@ name: Docker build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ['*']
|
tags: ['*']
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue