Skip to content

Commit 0c76eda

Browse files
committed
Update github action.
1 parent fb7885f commit 0c76eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Aspose Cells Cloud SDK for Ruby
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main, master ]
7+
branches: [ master ]
88

99
jobs:
1010
build-and-test:
@@ -14,7 +14,7 @@ jobs:
1414
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
1515
strategy:
1616
matrix:
17-
ruby-version: ["3.0", "3.1", "3.2"]
17+
ruby-version: [ "3.1"]
1818

1919
steps:
2020
- name: Checkout Code
@@ -36,6 +36,6 @@ jobs:
3636
- name: Run examples
3737
run: |
3838
cd examples
39-
ruby Example_QuickStart.rb
39+
ruby ./Example_QuickStart.rb
4040
4141

0 commit comments

Comments
 (0)