fix 656f746626: yaml quotes...

This commit is contained in:
Ralf Vogler 2025-05-25 22:11:32 +02:00
parent 90cdf04b8a
commit a2e1ef60e6
2 changed files with 6 additions and 6 deletions

View file

@ -4,9 +4,9 @@ name: SonarQube Scan
on:
push:
paths:
- '**.js'
- '**.ts'
- 'package.json'
- "**.js"
- "**.ts"
- "package.json"
pull_request:
types: [opened, synchronize, reopened]