Skip to content

Commit 68865df

Browse files
committed
refactor(common): trigger the pipeline only when bin files are changed
1 parent 6b95854 commit 68865df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "bin/**"
79
pull_request:
10+
paths:
11+
- "bin/**"
812

913
jobs:
1014
unit-test:

0 commit comments

Comments
 (0)