squakez commented on code in PR #5636:
URL: https://github.com/apache/camel-k/pull/5636#discussion_r1644239304
##########
.github/workflows/validate.yml:
##########
@@ -22,18 +22,24 @@ on:
branches:
- main
- "release-*"
- paths:
- - 'pkg/**'
- - 'cmd/**'
- - 'addons/**'
+ paths-ignore:
+ - 'proposals/**'
+ - '**.adoc'
+ - '**.md'
+ - 'KEYS'
+ - 'LICENSE'
+ - 'NOTICE'
push:
branches:
- main
- "release-*"
- paths:
- - 'pkg/**'
- - 'cmd/**'
- - 'addons/**'
+ paths-ignore:
+ - 'proposals/**'
+ - '**.md'
+ - '**.adoc'
+ - 'KEYS'
+ - 'LICENSE'
Review Comment:
Maybe we don't want to ignore the License file, just in case it does change
the definition.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]