Skip to content

Commit eabf2ec

Browse files
committed
stop release workflow from trying to run on every push
1 parent 113d9bc commit eabf2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "Release"
22

33
on:
44
push:
5-
tags: []
5+
tags:
6+
- "*"
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)