Skip to content

Commit 264e818

Browse files
authored
Update wiki-sync.yml
1 parent e5b33cd commit 264e818

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wiki-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync docs/wiki to GitHub Wiki
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
paths:
77
- 'docs/wiki/**'
88
- '.github/workflows/wiki-sync.yml'
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
path: docs/wiki/
2525
strategy: clone
26-
commit-message: "wiki: sync from ${{ github.sha }}"
26+
commit-message: "wiki: sync from ${{ github.sha }}"

0 commit comments

Comments
 (0)