Skip to content

Commit

Permalink
CI: ignore changes of *.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
saza-ku authored Mar 20, 2024
1 parent 1e35efb commit 22c0385
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**/*.md'

jobs:
run-integration-test:
Expand Down

0 comments on commit 22c0385

Please sign in to comment.