Skip to content

Commit

Permalink
Gem Push CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Sep 18, 2022
1 parent a630d8e commit 8311607
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Ruby Gem

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
tags: [ '*' ]

jobs:
build:
Expand All @@ -17,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 3.0.x

- name: Publish to GPR
run: |
Expand Down

0 comments on commit 8311607

Please sign in to comment.