Browse Source

Merge pull request #229 from xyctruth/workflows-release

fix release workflows trigger events
pull/230/head
yedf2 4 years ago
committed by GitHub
parent
commit
77f0da1f55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -1,6 +1,6 @@
name: Release
on:
create:
push:
tags:
- 'v*.*.*'

Loading…
Cancel
Save