Change wiki sync branch from 'wiki' to 'master'

This commit is contained in:
tool4ever
2025-11-02 17:55:14 +00:00
committed by GitHub
parent f0b937a5f0
commit 53683f2496

View File

@@ -1,7 +1,7 @@
name: Publish wiki
on:
push:
branches: [wiki]
branches: [master]
paths:
- docs/**
- .github/workflows/sync-wiki.yml
@@ -12,7 +12,7 @@ permissions:
contents: write
jobs:
publish-wiki:
if: github.repository_owner == 'tool4ever'
if: github.repository_owner == 'Card-Forge'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3