Skip to content

Commit 7c074de

Browse files
committed
switch to release publish
1 parent 8528536 commit 7c074de

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Publish Gem
22

33
on:
4-
push:
5-
branches:
6-
- "main"
7-
tags:
8-
- v*
4+
release:
5+
types: [published]
6+
97
jobs:
108
build:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)