diff --git a/.github/workflows/cd-deploy-to-dev.yml b/.github/workflows/cd-deploy-to-dev.yml index 698422e..5de58fd 100644 --- a/.github/workflows/cd-deploy-to-dev.yml +++ b/.github/workflows/cd-deploy-to-dev.yml @@ -4,8 +4,8 @@ on: pull_request: types: [opened, synchronize, reopened, labeled] paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/cd-deploy-to-dev.yml - .github/workflows/sub-cloudrun-deploy.yml diff --git a/.github/workflows/cd-deploy-to-test.yml b/.github/workflows/cd-deploy-to-test.yml index 3d4f705..8d29c20 100644 --- a/.github/workflows/cd-deploy-to-test.yml +++ b/.github/workflows/cd-deploy-to-test.yml @@ -5,8 +5,8 @@ on: branches: - master paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/cd-deploy-to-test.yml - .github/workflows/sub-cloudrun-deploy.yml diff --git a/.github/workflows/ci-lint-codebase.patch.yml b/.github/workflows/ci-lint-codebase.patch.yml index 89a8892..b6c4082 100644 --- a/.github/workflows/ci-lint-codebase.patch.yml +++ b/.github/workflows/ci-lint-codebase.patch.yml @@ -4,8 +4,8 @@ on: pull_request: branches: [main] paths-ignore: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/ci-lint-codebase.yml jobs: diff --git a/.github/workflows/ci-lint-codebase.yaml b/.github/workflows/ci-lint-codebase.yaml index c0780b4..a4b63c7 100644 --- a/.github/workflows/ci-lint-codebase.yaml +++ b/.github/workflows/ci-lint-codebase.yaml @@ -14,8 +14,8 @@ on: push: branches: [main] paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/ci-lint-codebase.yml concurrency: