Skip to content

Commit

Permalink
ci: ignore files for pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Mar 6, 2024
1 parent 2762d8c commit cbaeda4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- main
paths-ignore:
- 'README.md'
- 'examples/**'
- 'Dockerfile'
- 'tools/**'
- 'design/**'
workflow_call:

jobs:
Expand Down

0 comments on commit cbaeda4

Please sign in to comment.