diff --git a/.editorconfig b/.editorconfig index c1322dc..7be0ac5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,7 @@ indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file +insert_final_newline = false + +[*.yaml] +indent_size = 2 \ No newline at end of file diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index f3fd7e1..003ed06 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -6,6 +6,7 @@ on: - main tags: - 'v*' + - 'php*' pull_request: branches: - main