Skip to content

Commit 60ed2a7

Browse files
committed
ci: Exclude php/includes folder from PHP CI build job
1 parent 3bd220e commit 60ed2a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- master
1010
paths:
1111
- php/**
12+
- '!php/includes/**'
1213
- ./.github/workflows/build-image.yml
1314

1415
jobs:

0 commit comments

Comments
 (0)