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