Skip to content

Commit 0b77a3d

Browse files
committed
feat: house keeping and improving symfony bundle
1 parent 5e7082d commit 0b77a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/twig-component/.github/workflows/quality-gate.yaml renamed to templates/twig-component/.github/workflows/quality-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
shell: bash
3535
run: |
3636
if [ "${{ github.event_name }}" = "pull_request" ]; then
37-
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD -- '*.php' | grep -v '^demos/vendor/' || true)
37+
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD -- '*.php' || true)
3838
else
39-
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD -- '*.php' | grep -v '^demos/vendor/' || true)
39+
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD -- '*.php' || true)
4040
fi
4141
4242
{

0 commit comments

Comments
 (0)