Skip to content

Bump google.golang.org/api from 0.151.0 to 0.152.0 #322

Bump google.golang.org/api from 0.151.0 to 0.152.0

Bump google.golang.org/api from 0.151.0 to 0.152.0 #322

name: Build and deploy
on:
push:
branches:
- master
- "test_*"
- "test-*"
pull_request:
branches:
- master
jobs:
build:
name: Build
uses: ./.github/workflows/go.yml
deploy:
needs: build
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/test_deploy_') || startsWith(github.ref, 'refs/heads/test-deploy-')
name: Deploy
concurrency: production
uses: ./.github/workflows/deploy.yml