Skip to content

Commit

Permalink
Key off of file extensions, not directories
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent 1fcf2b5 commit 7ce58a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ on:
branches:
- main
paths:
- **/src/**
- **/include/**
- **/test/**
- **.cpp
- **.h
pull_request:
branches:
- main
paths:
- **/src/**
- **/include/**
- **/test/**
- **.cpp
- **.h

env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
Expand Down Expand Up @@ -133,7 +131,9 @@ jobs:
with:
filters: |
src:
- 'lib/hpke/**'
- 'lib/hpke/include/**'
- 'lib/hpke/src/**'
- 'lib/hpke/test/**'
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7ce58a2

Please sign in to comment.