diff --git a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml index 5eee204..3ececfc 100644 --- a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml @@ -6,6 +6,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** + - .forgejo/workflows/*-k8s-wheatley.yaml jobs: tofu-apply-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-apply-templates.yaml b/.forgejo/workflows/tofu-apply-templates.yaml index 2287dea..fb94da2 100644 --- a/.forgejo/workflows/tofu-apply-templates.yaml +++ b/.forgejo/workflows/tofu-apply-templates.yaml @@ -7,6 +7,7 @@ on: - main paths: - pve01.wheatley.in/templates/** + - .forgejo/workflows/**-templates.yaml jobs: tofu-apply-templates: diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 48ca1cd..fd629b8 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -7,7 +7,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** - - .forgejo/workflows/tofu-plan-k8s-wheatley.yaml + - .forgejo/workflows/*-k8s-wheatley.yaml jobs: tofu-plan-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-plan-templates.yaml b/.forgejo/workflows/tofu-plan-templates.yaml index 703ff93..4ac2aeb 100644 --- a/.forgejo/workflows/tofu-plan-templates.yaml +++ b/.forgejo/workflows/tofu-plan-templates.yaml @@ -8,7 +8,7 @@ on: - main paths: - pve01.wheatley.in/templates/** - - .forgejo/workflows/tofu-plan-templates.yaml + - .forgejo/workflows/**-templates.yaml jobs: tofu-plan-templates: