This commit is contained in:
Markus Pesch 2025-01-11 13:50:30 +01:00
parent cc33ca2e0c
commit b52a4982a6
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
paths: [ "README.md", "values.yaml" ]
types: [ "opened", "reopened", "synchronize" ]
push:
paths: [ "README.md", "values.yaml" ]
# paths: [ "README.md", "values.yaml" ]
workflow_dispatch: {}
jobs:

View File

@ -5,7 +5,7 @@ on:
paths: [ "**/*.md" ]
types: [ "opened", "reopened", "synchronize" ]
push:
paths: [ "**/*.md" ]
# paths: [ "**/*.md" ]
workflow_dispatch: {}
jobs: