Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into joklek-vinted-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joklek-vinted committed Jul 11, 2024
2 parents 61285c1 + 21a99ef commit 8749d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Build and release ruby gem

on:
pull_request:
pull_request:
branches: [ master ]
push:
workflow_dispatch:

jobs:
build-release-pipeline:
runs-on: ubuntu-latest
container: ruby:2.7.2
container: ruby:3.0.4
steps:
- uses: actions/checkout@v2
- name: Setup
run: |
apt-get update -y && apt-get install -y --no-install-recommends cmake=3.13.4-1
apt-get update -y && apt-get install -y --no-install-recommends cmake
gem install bundler
bundle install
Expand Down

0 comments on commit 8749d2c

Please sign in to comment.