Skip to content

Commit

Permalink
enable nightly release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 10, 2023
1 parent a22f9c8 commit 6e2ef56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- build/nightly
- feat/sharp-33
pull_request:
branches:
- main
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: codecov/codecov-action@v3
- name: nightly release
if: |
github.ref_name == 'build/nightly' &&
github.ref_name == 'feat/sharp-33' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!contains(github.event.head_commit.message, 'docs')
run: |
Expand Down

0 comments on commit 6e2ef56

Please sign in to comment.