We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7885f commit 0c76edaCopy full SHA for 0c76eda
.github/workflows/sdkbuild2run.yml
@@ -2,9 +2,9 @@ name: Aspose Cells Cloud SDK for Ruby
2
3
on:
4
push:
5
- branches: [ main, master ]
+ branches: [ master ]
6
pull_request:
7
8
9
jobs:
10
build-and-test:
@@ -14,7 +14,7 @@ jobs:
14
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
15
strategy:
16
matrix:
17
- ruby-version: ["3.0", "3.1", "3.2"]
+ ruby-version: [ "3.1"]
18
19
steps:
20
- name: Checkout Code
@@ -36,6 +36,6 @@ jobs:
36
- name: Run examples
37
run: |
38
cd examples
39
- ruby Example_QuickStart.rb
+ ruby ./Example_QuickStart.rb
40
41
0 commit comments