Skip to content

Commit

Permalink
ci: add paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Sep 10, 2024
1 parent a5fceeb commit 01e30ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: test-cross-platform
on:
push:
branches: [main]
paths-ignore:
- '**/*.md'

pull_request:
branches: [main]
paths-ignore:
- '**/*.md'

jobs:
github-actions-runner-images:
Expand Down

0 comments on commit 01e30ed

Please sign in to comment.