Skip to content

Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0 #750

Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0

Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0 #750

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