Skip to content

Commit 4963e7b

Browse files
authored
Change master->main branch references in validate-schema.yml
Change master->main branch references in validate-schema.yml. This fixes Issue #326.
1 parent b01c196 commit 4963e7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Validate JSON Schemas
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
types: [opened, synchronize, reopened]
88
workflow_dispatch:
99
branches:
10-
- master
10+
- main
1111
env:
1212
CVE_SCHEMA_DIR: schema
1313
CVE_SCHEMA_FILENAME: CVE_Record_Format.json

0 commit comments

Comments
 (0)