aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-15 15:09:24 +0200
committerDan Engelbrecht <[email protected]>2022-06-15 15:09:24 +0200
commitd604df8828ed9792919135129feabbcba1fffb19 (patch)
tree1897ab24a383b93b508be55d416a9b0a811d8e68
parentbump version (diff)
downloadzen-d604df8828ed9792919135129feabbcba1fffb19.tar.xz
zen-d604df8828ed9792919135129feabbcba1fffb19.zip
fix version.txt casing
-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: