Always update traffic if tag_traffic or revision_traffic is given (#535) #122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |