fix: checkout #37
Workflow file for this run
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: Main and PR Pipeline | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
defaults: | |
run: | |
shell: bash | |
on: | |
push: | |
tags: | |
# This is not a real version tag, its just used to trigger | |
# the release build. Glob pattern: | |
- "prepare-v[0-9]+.[0-9]+.[0-9]+*" | |
jobs: | |
release: | |
uses: ./.github/workflows/normal.yaml | |
with: | |
is_release: true |