ci: change deployment branch from 'main' to 'master'

This commit is contained in:
abel
2025-09-30 14:27:41 +02:00
committed by GitHub
parent 0a91d32451
commit c36b1e9559

View File

@@ -3,7 +3,7 @@ name: Deploy Docusaurus to GitHub Pages
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs: