|
|
@@ -233,6 +233,7 @@ type GithubActionYAMLOnPullRequest struct {
|
|
|
type GithubActionYAMLOnPullRequestTypes struct {
|
|
|
Branches []string `yaml:"branches,omitempty"`
|
|
|
Types []string `yaml:"types,omitempty"`
|
|
|
+ Paths []string `yaml:"paths,omitempty"`
|
|
|
}
|
|
|
|
|
|
type GithubActionYAMLJob struct {
|