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 name: Build commit
on: on:
push: push:
branches: [ main ] branches: [ master ]
paths: paths:
- "src/**" - "src/**"
workflow_dispatch: workflow_dispatch:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Deploy wiki name: Deploy wiki
on: on:
push: push:
branches: [ main ] branches: [ master ]
paths: paths:
- "docs/**" - "docs/**"
workflow_dispatch: workflow_dispatch: