From 3c03d279ee4ccf4796901f4ea6640787d341d11d Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 25 Jul 2024 09:46:26 -0700 Subject: Don't trigger CI on doc changes. (#4736) --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e68118176..bb315644a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,11 @@ on: # caches filled in a scope available to everyone branches: - master + paths-ignore: + - 'docs/**' + - 'LICENCE' + - 'CONTRIBUTION.md' + - 'README.md' tags: - 'v*' -- cgit v1.2.3