Skip to content

Always update traffic if tag_traffic or revision_traffic is given (#535) #122

Always update traffic if tag_traffic or revision_traffic is given (#535)

Always update traffic if tag_traffic or revision_traffic is given (#535) #122

Workflow file for this run

name: 'Release'
on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release:
if: |-
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
name: 'Release'
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'