Skip to content

Commit aaaaaba

Browse files
authored
ci: search for changes in libs/src folder
1 parent 02d5cd1 commit aaaaaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_source_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ permissions:
66
on:
77
push:
88
branches: [ "main" ]
9-
paths: ["src/"]
9+
paths: ["lib/src/"]
1010
pull_request:
1111
branches: [ "main" ]
12-
paths: ["src/"]
12+
paths: ["lib/src/"]
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)