Skip to content

Commit

Permalink
Update paths in build Ruby CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 25, 2024
1 parent 43dfd75 commit 666b68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build Ruby
on:
push:
paths:
- 'ruby'
- 'ruby/**'
branches:
- master
pull_request:
paths:
- 'ruby'
- 'ruby/**'
branches:
- '*'

Expand Down

0 comments on commit 666b68e

Please sign in to comment.