Skip to content

Commit 16df89d

Browse files
authored
Merge pull request #379 from ccoffin/develop
Change master->main branch references in validate-schema.yml
2 parents b01c196 + 4963e7b commit 16df89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)