mirror of
https://github.com/kristoferssolo/bunyan-formatter.git
synced 2025-10-21 17:20:35 +00:00
chore: update CI/CD
This commit is contained in:
parent
b7759a04b9
commit
a34b433586
12
.github/workflows/publish.yaml
vendored
12
.github/workflows/publish.yaml
vendored
@ -1,7 +1,15 @@
|
||||
name: Publish Python Package
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
# Pattern syntax: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
|
||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version number in the format `v1.2.3`'
|
||||
required: true
|
||||
type: string
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user