Skip to content

Bump golang from 1.21.3 to 1.21.4 (#594) #296

Bump golang from 1.21.3 to 1.21.4 (#594)

Bump golang from 1.21.3 to 1.21.4 (#594) #296

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