Skip to content

Commit df3db49

Browse files
authored
Merge pull request #376 from chrisbra/arm-fix
It seems the on-tag workflow isn't run when it was triggered by a different github actions workflow. So let's run the Arm release workflow on Release creation (which is created by appveyor and thus should be possible) Signed-off-by: Christian Brabandt <[email protected]>
2 parents 7308610 + e489f4a commit df3db49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-arm-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build Vim for Windows ARM
1+
name: Build Vim for Windows ARM (on Release)
22

33
on:
4-
push:
5-
tags:
4+
release:
5+
types: [published]
66

77
permissions:
88
id-token: write # needed for attestion

0 commit comments

Comments
 (0)