diff --git a/.github/workflows/check_schemas.yaml b/.github/workflows/check_schemas.yaml index 226855e9..6af7747f 100644 --- a/.github/workflows/check_schemas.yaml +++ b/.github/workflows/check_schemas.yaml @@ -1,10 +1,10 @@ -name: Process Files +name: Validate schemas on: push: - branches: [ * ] + branches: ["*"] pull_request: - branches: [ * ] + branches: ["*"] jobs: process-changed-files: