mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 17:27:46 +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
|
name: Publish wiki
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [wiki]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
- docs/**
|
- docs/**
|
||||||
- .github/workflows/sync-wiki.yml
|
- .github/workflows/sync-wiki.yml
|
||||||
@@ -12,7 +12,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
publish-wiki:
|
publish-wiki:
|
||||||
if: github.repository_owner == 'tool4ever'
|
if: github.repository_owner == 'Card-Forge'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user