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 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:

Loading…
Cancel
Save