summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-11-26 22:03:03 -0800
committerGitHub <noreply@github.com>2024-11-27 08:03:03 +0200
commit410ad9c1887c20a694a9d4a4808b3f21f9968702 (patch)
tree8a3a25374e638e7021831e50317691f493bdfeab /.github/workflows/release.yml
parent36ac8ff4ea8de86ccd517f87291d56b3c2cb7957 (diff)
Update workflow YML files for renamed files (#5688)
Recently we renamed a few files and directories and they should be reflected on the workflow YAML files. - LICENCE is a typo of LICENSE. - We recently created a new "LICENSES/" - CONTRIBUTION.md was renamed to CONTRIBUTING.md Closes #5686
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8bc5c497d..4eade6e90 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,8 +8,9 @@ on:
- master
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
tags:
- "v*"