Add php* tag pattern to CI workflow triggers
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m36s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 18:31:53 +01:00
parent e1f5165222
commit e0a097179c
2 changed files with 5 additions and 1 deletions

View File

@@ -9,4 +9,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false
[*.yaml]
indent_size = 2

View File

@@ -6,6 +6,7 @@ on:
- main
tags:
- 'v*'
- 'php*'
pull_request:
branches:
- main