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

pull/1655/head
HalfLife 3 years ago committed by GitHub
parent 4fc68405ed
commit fd68b72a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/release.yml

@ -1,13 +1,12 @@
name: Build and Release
on:
push:
branches:
- master
paths:
- 'CHANGELOG.md'
# schedule:
# - cron: '0 4 * * *'
# push:
# branches:
# - master
# paths:
# - 'CHANGELOG.md'
workflow_dispatch:
jobs:
build:

Loading…
Cancel
Save