Skip to content

Commit

Permalink
unittest.yml: Add path filters for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Nov 23, 2024
1 parent a9b012b commit 60c1c26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ name: unittest
on:
#push:
pull_request:
paths:
- '**.cpp'
- '**.h'
- '**Makefile.am'
'/configure.ac'
- 'unittest/**.c'
- 'unittest/**.cc'
schedule:
- cron: 0 0 * * *
workflow_dispatch:
Expand Down

0 comments on commit 60c1c26

Please sign in to comment.