Browse Source

fix release workflows trigger events

pull/229/head
xyctruth 4 years ago
parent
commit
b23195a9a3
  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