Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 6, 2024
1 parent 8abde10 commit 9b394dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- name: Use Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # tag v1.165.1
with:
with:
ruby-version ${{ matrix.ruby-version }}
- name: Check Tag
id: ruby-check-tag
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
paths:
- 'ruby/**'
workflow_dispatch:
branches: [master]
paths:
- 'ruby/**'

jobs:

Expand Down

0 comments on commit 9b394dc

Please sign in to comment.