Skip to content

Commit

Permalink
Update workflow to copy README to Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Sep 24, 2024
1 parent e020a18 commit 67d2927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copy-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Wiki Sync
on:
push:
branches:
- "master"
- "main"
pull_request:
branches:
- "master"
- "main"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: JoeIzzard/ghaction-wiki-sync@v1
with:
username: LinkStackOrg
Expand Down

0 comments on commit 67d2927

Please sign in to comment.