Skip to content

Commit

Permalink
fix: correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorZh committed Dec 4, 2024
1 parent 154c3fd commit d74fba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
branches:
- master
- main

jobs:
unit-openapi-ruby-sdk:
Expand All @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.2.0"
ruby-version: "3.1"

- name: Install dependencies
uses: bundle install
run: bundle install

- name: Execute tests
run: bundle exec rspec
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ruby-version: "3.2.0"

- name: Install dependencies
uses: bundle install
run: bundle install

- name: Execute Rake build
run: bundle exec rake build
Expand Down

0 comments on commit d74fba4

Please sign in to comment.