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 982ae2e commit 0363b58Copy full SHA for 0363b58
‎.github/workflows/ci.yml‎
@@ -40,7 +40,7 @@ jobs:
40
- name: 📦 release nuxi-nightly
41
if: |
42
github.event_name == 'push' &&
43
- matrix.os != 'windows-latest' &&
+ matrix.os != 'windows-latest' &&
44
!contains(github.event.head_commit.message, '[skip-release]') &&
45
!contains(github.event.head_commit.message, 'docs')
46
run: |
0 commit comments