diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9fc8cf5b..c83bb82e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -8,19 +8,19 @@ on: - '.github/workflows/ci-build.yml' - 'backend/**' - 'frontend/**' - - '!frontend/README.md' - '.dockerignore' - 'docker-init.sh' - 'Dockerfile' + - '!**.md' pull_request: paths: - '.github/workflows/ci-build.yml' - 'backend/**' - 'frontend/**' - - '!frontend/README.md' - '.dockerignore' - 'docker-init.sh' - 'Dockerfile' + - '!**.md' jobs: build: diff --git a/.github/workflows/ci-frontend-size-limit.yml b/.github/workflows/ci-frontend-size-limit.yml index 6f6a2858..a8dc4910 100644 --- a/.github/workflows/ci-frontend-size-limit.yml +++ b/.github/workflows/ci-frontend-size-limit.yml @@ -5,7 +5,7 @@ on: paths: - '.github/workflows/ci-frontend-size-limit.yml' - 'frontend/**' - - '!frontend/README.md' + - '!**.md' jobs: size: diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index e7c13ba0..45e43667 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -7,12 +7,12 @@ on: paths: - '.github/workflows/ci-frontend.yml' - 'frontend/**' - - '!frontend/README.md' + - '!**.md' pull_request: paths: - '.github/workflows/ci-frontend.yml' - 'frontend/**' - - '!frontend/README.md' + - '!**.md' jobs: check-translations: diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index b29bab38..b9142d3d 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -8,12 +8,13 @@ on: - '.github/workflows/ci-test-backend.yml' - 'backend/**' - '!backend/scripts/**' + - '!**.md' pull_request: paths: - '.github/workflows/ci-test-backend.yml' - 'backend/**' - '!backend/scripts/**' - + - '!**.md' jobs: backend: runs-on: ubuntu-latest