Skip to content

Commit

Permalink
ci: run nightly release once
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent da70d24 commit 4f9d67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
- name: nightly release
if: |
${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }} &&
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!startsWith(github.event.head_commit.message, 'docs')
Expand Down

0 comments on commit 4f9d67d

Please sign in to comment.