We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7308610 commit e489f4aCopy full SHA for e489f4a
.github/workflows/windows-arm-build.yml
@@ -1,8 +1,8 @@
1
-name: Build Vim for Windows ARM
+name: Build Vim for Windows ARM (on Release)
2
3
on:
4
- push:
5
- tags:
+ release:
+ types: [published]
6
7
permissions:
8
id-token: write # needed for attestion
0 commit comments