allow to trigger manually, fix format issue
This commit is contained in:
parent
0ca32f712a
commit
3e5b2eb163
2 changed files with 7 additions and 1 deletions
6
.github/workflows/editorconfig.yml
vendored
6
.github/workflows/editorconfig.yml
vendored
|
@ -1,6 +1,12 @@
|
||||||
name: EditorConfig Checker
|
name: EditorConfig Checker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: # allows manual triggering
|
||||||
|
inputs:
|
||||||
|
create_release:
|
||||||
|
description: 'Create new release'
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue