Implement path filter for Docker workflow triggers
Added a path filter to restrict Docker workflow triggers to changes in the 'src' directory.pull/1044/head
parent
d56a3cb5d6
commit
48481ab992
|
|
@ -7,6 +7,8 @@ on:
|
|||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
paths:
|
||||
- 'src/**'
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue