This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new af2942c build(ci): Ignore some paths on the PR validate workflow
af2942c is described below
commit af2942cf884b1553cc21846c4fccba8f062d8005
Author: James Netherton <[email protected]>
AuthorDate: Fri Aug 21 08:23:10 2020 +0100
build(ci): Ignore some paths on the PR validate workflow
---
.github/workflows/pr-validate.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/pr-validate.yml
b/.github/workflows/pr-validate.yml
index 26673fd..ceb5885 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -20,6 +20,11 @@ on:
pull_request:
branches:
- master
+ paths-ignore:
+ - '**.adoc'
+ - 'KEYS'
+ - 'LICENSE'
+ - 'NOTICE'
jobs:
build:
runs-on: ubuntu-latest