Skip to content

Commit

Permalink
chore: lint πŸ˜†
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 6, 2025
1 parent 982ae2e commit 0363b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: πŸ“¦ release nuxi-nightly
if: |
github.event_name == 'push' &&
matrix.os != 'windows-latest' &&
matrix.os != 'windows-latest' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!contains(github.event.head_commit.message, 'docs')
run: |
Expand Down

0 comments on commit 0363b58

Please sign in to comment.