mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-03 22:42:59 +00:00
Implement path filter for Docker workflow triggers
Added a path filter to restrict Docker workflow triggers to changes in the 'src' directory.
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
paths:
|
||||
- 'src/**'
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user