Skip to content

Commit

Permalink
Merge pull request #47 from jamebal/chore
Browse files Browse the repository at this point in the history
Chore
  • Loading branch information
jamebal authored May 17, 2024
2 parents 07de98a + 0bd687b commit 9984e23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ categories:
change-template: '- $TITLE (#$NUMBER)'
no-changes-template: '- No changes'
template: |
## v$NEXT_PATCH_VERSION 🌟
## Changes in this release:
## Changes
## 新功能 ✨
$CHANGES
## 修复 🐛
$CHANGES
## 优化 ⚡️
$CHANGES
3 changes: 2 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build nightly
on:
push:
branches:
- '*'
- 'develop'
- 'master'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly-nvidia-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build nightly (nvidia)
on:
push:
branches:
- '*'
- 'develop'
- 'master'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9984e23

Please sign in to comment.