aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/validate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 70db9500c..7ceec353b 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -5,12 +5,12 @@ on:
types: [opened, reopened, synchronize]
branches: [ main ]
paths-ignore:
- - 'version.txt'
+ - 'VERSION.txt'
- 'CHANGELOG.md'
push:
branches: [ main ]
paths-ignore:
- - 'version.txt'
+ - 'VERSION.txt'
- 'CHANGELOG.md'
jobs: