Skip to content

Commit

Permalink
ci: skip ci for .md changes (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil authored Jan 20, 2025
1 parent f399525 commit d588ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Smoke Test
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
# Manual trigger
workflow_dispatch:

Expand Down

0 comments on commit d588ea1

Please sign in to comment.