Skip to content

Commit

Permalink
fix: avoid builds and tests for changes to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhouzi committed May 13, 2023
1 parent 55e37c6 commit 9e2902b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths-ignore:
- 'docs/**'
- 'deploy/**'
- '**.md'

push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'deploy/**'
- '**.md'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 9e2902b

Please sign in to comment.