Skip to content

Commit de142ec

Browse files
committed
only push to rubygems.org on tags
1 parent b8d10ba commit de142ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rubygems.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Ruby
22

33
on:
4-
push
4+
push:
5+
tags:
6+
- '*'
57

68
jobs:
79
push:

0 commit comments

Comments
 (0)