diff options
| author | 2024-07-30 17:33:06 +0100 | |
|---|---|---|
| committer | 2024-07-30 17:33:39 +0100 | |
| commit | 6b8b1110791862c3c7e0eb35de4858cf9c7025b6 (patch) | |
| tree | 3b3e880516d1dc10e3354c200ef73330cac5440a /.github/workflows | |
| parent | Prevent search engines from finding Joe's achievements (diff) | |
Only deploy DNS on main if DNS path is updated
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dns-deploy.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dns-deploy.yaml b/.github/workflows/dns-deploy.yaml index 6328481..f2d9e8c 100644 --- a/.github/workflows/dns-deploy.yaml +++ b/.github/workflows/dns-deploy.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'dns/**' jobs: octodns-sync: environment: production |