Fix invalid YAML structure in push trigger
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/versioning.yml
vendored
5
.github/workflows/versioning.yml
vendored
@@ -6,8 +6,9 @@ on: # yamllint disable-line rule:truthy
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
commit-message:
|
paths-ignore:
|
||||||
excludes: "[skip-versioning]"
|
- '**/VERSION'
|
||||||
|
- '**/VERSION_YAML'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
update_stable:
|
update_stable:
|
||||||
|
|||||||
Reference in New Issue
Block a user