Update .gitlab-ci.yml

This commit is contained in:
2022-11-05 10:27:47 +00:00
parent d3e1715c6d
commit 9c241d19f8

View File

@@ -35,8 +35,11 @@ k3s:
extends: .terraform_apply
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
- changes:
changes:
compare_to: refs/heads/main
paths:
- 'terraform/*'
when: always
- when: never
k3s-ansible: