Skip to content

Commit 8311607

Browse files
committed
Gem Push CI
1 parent a630d8e commit 8311607

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/gem-push.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Ruby Gem
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
5+
tags: [ '*' ]
86

97
jobs:
108
build:
@@ -17,10 +15,10 @@ jobs:
1715

1816
steps:
1917
- uses: actions/checkout@v3
20-
- name: Set up Ruby 2.6
18+
- name: Set up Ruby 3.0
2119
uses: actions/setup-ruby@v1
2220
with:
23-
ruby-version: 2.6.x
21+
ruby-version: 3.0.x
2422

2523
- name: Publish to GPR
2624
run: |

0 commit comments

Comments
 (0)