mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-03-13 18:59:53 +00:00
feat: add CI path filters and expand README (#82)
This commit is contained in:
12
.github/workflows/pr-lint.yml
vendored
12
.github/workflows/pr-lint.yml
vendored
@@ -5,8 +5,20 @@ name: Lint Code Base
|
||||
on:
|
||||
push:
|
||||
branches: [master, main]
|
||||
paths:
|
||||
- "**/Dockerfile"
|
||||
- ".github/workflows/**"
|
||||
- ".mega-linter.yml"
|
||||
- ".hadolint.yaml"
|
||||
- ".yamllint.yml"
|
||||
pull_request:
|
||||
branches: [master, main]
|
||||
paths:
|
||||
- "**/Dockerfile"
|
||||
- ".github/workflows/**"
|
||||
- ".mega-linter.yml"
|
||||
- ".hadolint.yaml"
|
||||
- ".yamllint.yml"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user