Skip to content

Commit 8c0c80e

Browse files
committed
remove ci action add on release to release action
1 parent 57d49b7 commit 8c0c80e

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
on:
2-
push:
3-
# Sequence of patterns matched against refs/tags
4-
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
2+
release:
3+
types: [published]
64

75
name: Create a release
86

0 commit comments

Comments
 (0)