mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
CI: run tests and docker build on stable branches
This commit is contained in:
parent
cf5ebe6b66
commit
8f71cb9666
2 changed files with 4 additions and 4 deletions
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -3,9 +3,9 @@ name: CI to Docker Hub
|
|||
on:
|
||||
push:
|
||||
tags: ['*']
|
||||
branches: [ master ]
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
4
.github/workflows/test-docs.yml
vendored
4
.github/workflows/test-docs.yml
vendored
|
@ -2,9 +2,9 @@ name: Test & Docs
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ 'master', 'stable-*' ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue