Skip to content

ci: ๐Ÿ”„ activate windows matrix workflow #3

ci: ๐Ÿ”„ activate windows matrix workflow

ci: ๐Ÿ”„ activate windows matrix workflow #3

Workflow file for this run

name: "๐Ÿ”„ ci & publish"
on:
push:
branches:
- master
paths-ignore:
- '**.md'
- .editorconfig
- .gitignore
pull_request:
branches:
- "*"
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/draft-release.yml
secrets: inherit