Merge remote-tracking branch 'remotes/origin/master' into develop

# Conflicts:
#	.github/workflows/lint-go.yml
This commit is contained in:
Sergey Linnik
2024-11-21 13:27:37 +03:00
9 changed files with 17 additions and 17 deletions

View File

@ -3,10 +3,10 @@ name: PHPCs
on:
workflow_dispatch:
push:
branches: [master, main]
branches: [master]
paths: ['web/documentserver-example/php/**']
pull_request:
branches: [master, main, develop]
branches: [master, develop]
paths: ['web/documentserver-example/php/**']
jobs: