Skip to content

Commit 774bc35

Browse files
author
Kasper Peeters
committed
Do not run windows.yml on release creation.
1 parent 957ac5a commit 774bc35

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
name: Windows 11
55

6-
on:
7-
push:
8-
release:
9-
types: [created]
6+
on: [push]
7+
8+
#on:
9+
# release:
10+
# types: [created]
1011

1112
defaults:
1213
run:

0 commit comments

Comments
 (0)