allow to trigger manually, fix format issue

This commit is contained in:
Zhang 2024-01-30 17:39:32 +08:00
parent 0ca32f712a
commit 3e5b2eb163
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
name: EditorConfig Checker
on:
workflow_dispatch: # allows manual triggering
inputs:
create_release:
description: 'Create new release'
required: true
type: boolean
push:
branches:
- master