Skip to content

Commit

Permalink
ci: use paths-ignore in ci.yml (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Oct 25, 2024
1 parent 9db8b68 commit 02cf9fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
pull_request:
paths-ignore:
- "playground/**"
push:
branches:
- main
paths-ignore:
- "playground/**"

jobs:
build:
Expand Down

0 comments on commit 02cf9fa

Please sign in to comment.