Skip to content

deps(actions): Update mirceanton/reusable-workflows ( → ) #7

deps(actions): Update mirceanton/reusable-workflows ( → )

deps(actions): Update mirceanton/reusable-workflows ( → ) #7

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch:
inputs:
dry-run:
description: Dry run
default: true
required: false
type: boolean
pull_request:
paths:
- ".github/workflows/git-release.yaml"
- "README.md"
push:
branches: ["main"]
paths:
- "README.md"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-calver.yaml@5134e22703201af6c02b0b029e37b2a59b95ca0c
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event.name == 'pull_request' }}