fix incorrect branch names in workflows

This commit is contained in:
2025-05-15 13:11:53 +02:00
parent 0676c97342
commit 1170f2238d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build commit
on:
push:
branches: [ main ]
branches: [ master ]
paths:
- "src/**"
workflow_dispatch:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Deploy wiki
on:
push:
branches: [ main ]
branches: [ master ]
paths:
- "docs/**"
workflow_dispatch: