Skip to content

Let's see what is git show-ref #82

Let's see what is git show-ref

Let's see what is git show-ref #82

Workflow file for this run

name: CI - Branches
on:
push:
branches:
- '*'
- '!gh-pages'
tags:
- '*'
jobs:
checks:
uses: ./.github/workflows/run-checks.yaml
builds:
needs: checks
uses: ./.github/workflows/run-builds.yaml
secrets: inherit
release:
needs: builds
uses: ./.github/workflows/run-release.yaml
secrets: inherit