Skip to content

Commit

Permalink
CI: run tests and docker build on stable branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and zorun committed Nov 19, 2023
1 parent 8cd60c1 commit 76e8b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test & Docs

on:
push:
branches: [ master ]
branches: [ 'master', 'stable-*' ]
pull_request:
branches: [ master ]
branches: [ 'master', 'stable-*' ]

jobs:
build:
Expand Down

0 comments on commit 76e8b3b

Please sign in to comment.