diff --git a/.github/workflows/validate-schema.yml b/.github/workflows/validate-schema.yml index 6545dee93b1..5b8e89de0eb 100644 --- a/.github/workflows/validate-schema.yml +++ b/.github/workflows/validate-schema.yml @@ -2,12 +2,12 @@ name: Validate JSON Schemas on: push: branches: - - master + - main pull_request: types: [opened, synchronize, reopened] workflow_dispatch: branches: - - master + - main env: CVE_SCHEMA_DIR: schema CVE_SCHEMA_FILENAME: CVE_Record_Format.json