Skip to content

feat: ✨ more config options #22

feat: ✨ more config options

feat: ✨ more config options #22

Workflow file for this run

name: "πŸ”„ CI - Publish"
on:
push:
branches:
- master
paths-ignore:
- '**.md'
- .editorconfig
- .gitignore
pull_request:
branches:
- master
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
draft_release:
if:
github.event_name == 'push' &&
(
startsWith(github.event.head_commit.message, 'release:') ||
startsWith(github.event.head_commit.message, 'release(')
)
uses: ./.github/workflows/release.yml
secrets: inherit