temporarily target feat branch in sphinx docs build

This commit is contained in:
tjex 2024-09-12 19:04:45 +02:00
parent 8f20ac8258
commit d9f76cfc89

View File

@ -4,7 +4,7 @@ name: Deploy Sphinx documentation
on:
push:
branches: [main] # branch to trigger deployment
branches: [feat-sphinx-docs] # branch to trigger deployment
jobs:
pages: