pull/1654/merge
HalfLife 3 years ago committed by GitHub
commit 6f2be0bf40
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