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:
|
||||
branches:
|
||||
- main
|
||||
commit-message:
|
||||
excludes: "[skip-versioning]"
|
||||
paths-ignore:
|
||||
- '**/VERSION'
|
||||
- '**/VERSION_YAML'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
update_stable:
|
||||
|
||||
Reference in New Issue
Block a user