CI: run tests and docker build on stable branches

This commit is contained in:
Baptiste Jonglez 2023-11-19 11:07:54 +01:00 committed by zorun
parent 8cd60c1bf5
commit 76e8b3baf0
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -2,9 +2,9 @@ name: Test & Docs
on:
push:
branches: [ master ]
branches: [ 'master', 'stable-*' ]
pull_request:
branches: [ master ]
branches: [ 'master', 'stable-*' ]
jobs:
build: