We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9161415 + dfbb334 commit 0cd02e6Copy full SHA for 0cd02e6
2 files changed
.github/workflows/build_gem.yml
@@ -4,6 +4,8 @@ name: Build Gem
4
on:
5
push:
6
branches: [ main, develop ]
7
+ pull_request:
8
+ branches: [ main ]
9
workflow_dispatch:
10
11
jobs:
google_drive.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = 'google_drive_maintained'
3
- 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.'
0 commit comments