diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 97ea170..35bee01 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, release-*] paths: - '**.md' + workflow_dispatch: jobs: quality: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 72aa977..f4e5fee 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, release-*] paths-ignore: - '**.md' + workflow_dispatch: jobs: linter: @@ -23,7 +24,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: super-linter/super-linter/slim@v5 env: LOG_LEVEL: NOTICE VALIDATE_ALL_CODEBASE: true