diff --git a/.github/workflows/build_gem.yml b/.github/workflows/build_gem.yml index 4d1b24a..25cbab0 100644 --- a/.github/workflows/build_gem.yml +++ b/.github/workflows/build_gem.yml @@ -4,6 +4,8 @@ name: Build Gem on: push: branches: [ main, develop ] + pull_request: + branches: [ main ] workflow_dispatch: jobs: diff --git a/google_drive.gemspec b/google_drive.gemspec index 429174e..dfec225 100644 --- a/google_drive.gemspec +++ b/google_drive.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'google_drive_maintained' - spec.version = '3.0.9' + spec.version = '3.0.10' spec.authors = ['Hiroshi Ichikawa'] spec.email = ['gimite+github@gmail.com'] spec.summary = 'Access and manipulate spreadsheets and files in Google Drive easily.'