Skip to content

Commit 012a652

Browse files
committed
fix: enable back v checks
1 parent 626536c commit 012a652

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22
on:
3-
- push
3+
push:
4+
tags:
5+
- "v*"
46

57
permissions: {}
68
jobs:
@@ -16,9 +18,8 @@ jobs:
1618
run: |
1719
echo "Error: This workflow should only run on version tags (refs/tags/v*)"
1820
exit 1
19-
# FIXME enable this back
20-
# - name: Check latest versions
21-
# run: ./check-latest-versions.sh
21+
- name: Check latest versions
22+
run: ./check-latest-versions.sh
2223
build:
2324
permissions:
2425
contents: read

0 commit comments

Comments
 (0)