This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update release workflow
master^2
wenmeng.zwm
3 years ago
parent
0c93b3bda2
commit
2c295e67e4
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/release.yaml
+ 3
- 1
.github/workflows/release.yaml
View File
@@ -1,6 +1,8 @@
name: release
on: push
on:
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Write
Preview
Loading…
Cancel
Save