release.yml改成手动触发,以免pr误触发
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
name: Build and Release
|
name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
paths:
|
# paths:
|
||||||
- 'CHANGELOG.md'
|
# - 'CHANGELOG.md'
|
||||||
# schedule:
|
workflow_dispatch:
|
||||||
# - cron: '0 4 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user