ci: exclude branch demo-instance

This commit is contained in:
Maël Gangloff 2025-11-15 12:47:58 +01:00
parent eb8fcac2b1
commit 7c22e037d0
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -2,7 +2,8 @@ name: Publish Documentation
on:
push:
paths: ['docs/**']
paths: [ 'docs/**' ]
branches-ignore: [ demo-instance ]
jobs:
build: