Skip to content

Commit

Permalink
fix(deploy): use correct Corefile and Dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 25, 2024
1 parent 6c39f4f commit c874cde
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-deploy-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint-codebase.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
branches: [main]
paths-ignore:
- Corefile
- Dockerfile
- coredns/Corefile
- docker/Dockerfile
- .github/workflows/ci-lint-codebase.yml

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint-codebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
push:
branches: [main]
paths:
- Corefile
- Dockerfile
- coredns/Corefile
- docker/Dockerfile
- .github/workflows/ci-lint-codebase.yml

concurrency:
Expand Down

0 comments on commit c874cde

Please sign in to comment.