Skip to content

Commit

Permalink
ci.yml: specify including paths
Browse files Browse the repository at this point in the history
  • Loading branch information
deltheil committed Feb 1, 2024
1 parent ab63a01 commit b94706f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: CI

on:
push:
paths:
- src/**
- tests/**
- scripts/**
- .github/workflows/ci.yml
pull_request_target:
types: [labeled]

Expand Down

0 comments on commit b94706f

Please sign in to comment.