mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Change wiki sync branch from 'wiki' to 'master'
This commit is contained in:
4
.github/workflows/sync-wiki.yml
vendored
4
.github/workflows/sync-wiki.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user