Use cache only for main and latest two release branches. (#12492) #2950
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: Check | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
goreleaser: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo ${GITHUB_REF} | |
- run: echo ${GITHUB_REF#refs/tags/} | |
- run: echo ${GITHUB_REF##*/} |