diff options
| author | Yong He <yonghe@outlook.com> | 2024-07-25 09:46:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 09:46:26 -0700 |
| commit | 3c03d279ee4ccf4796901f4ea6640787d341d11d (patch) | |
| tree | cc6dba56abb549cd146a534bf24893b92020f256 /.github/workflows/release.yml | |
| parent | a443350a6bb344ccda46c35ebad5a7cf1a7b262d (diff) | |
Don't trigger CI on doc changes. (#4736)
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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*' |
