Skip to content

Commit 982ae2e

Browse files
committed
ci: do not release nightly on windows matrix
1 parent 1e1fd26 commit 982ae2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: 📦 release nuxi-nightly
4141
if: |
4242
github.event_name == 'push' &&
43+
matrix.os != 'windows-latest' &&
4344
!contains(github.event.head_commit.message, '[skip-release]') &&
4445
!contains(github.event.head_commit.message, 'docs')
4546
run: |

0 commit comments

Comments
 (0)