chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b52a4982a6 - Show all commits

View File

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

View File

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