Skip to content

Commit

Permalink
Merge branch 'master' into docupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
sunglim authored Jul 10, 2024
2 parents 0fb8372 + 7f41913 commit 020e500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Doc update

on:
push:
branches: [main]
branches: [master]

permissions:
contents: read
Expand All @@ -21,4 +21,4 @@ jobs:
git config --global user.name 'sample'
git clone --branch master
gomarkdoc --output helper/README.md ./helper
git diff .
git diff .

0 comments on commit 020e500

Please sign in to comment.