This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9f5107f [SYSTEMDS-3053] Do not run Action workflow for doc changes
9f5107f is described below
commit 9f5107f12466c654f4a6007644b594eddb9a624b
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sat Jul 10 08:07:27 2021 +0530
[SYSTEMDS-3053] Do not run Action workflow for doc changes
companion to
https://github.com/apache/systemds/commit/bae1506443b9c9576716291fc3cd72552a1359b8
---
.github/workflows/build.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d0ed51b..a5bb3dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,11 @@ name: Build website
on:
push:
branches: [ master ]
+ paths-ignore:
+ - '*.md'
pull_request:
+ paths-ignore:
+ - '*.md'
branches: [ master ]
# enable manual workflow trigger
workflow_dispatch: