release.yml改成手动触发,以免pr误触发

This commit is contained in:
HalfLife
2022-02-27 15:47:52 +08:00
committed by GitHub
parent 4fc68405ed
commit fd68b72a47
+6 -7
View File
@@ -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: