Skip to content

Commit

Permalink
Merge pull request #36 from fengshunli/mdci
Browse files Browse the repository at this point in the history
add md ci
  • Loading branch information
heymingwei authored Apr 16, 2024
2 parents 069cd12 + cb83dc9 commit b7bbb8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Sync README

on:
push:
branches:
Expand All @@ -6,7 +8,7 @@ on:
- README.md
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit b7bbb8f

Please sign in to comment.