Skip to content

Commit b7aa233

Browse files
Apply suggestions from code review
1 parent 581dd6a commit b7aa233

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, rjsf-v6]
5+
branches: [main]
66
pull_request:
7-
branches: [main, rjsf-v6]
7+
branches: [main]
88

99
jobs:
1010
build:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main", "rjsf-v6" ]
16+
branches: [ "main" ]
1717
pull_request:
18-
branches: [ "main", "rjsf-v6" ]
18+
branches: [ "main" ]
1919
schedule:
2020
- cron: '19 2 * * 1'
2121

0 commit comments

Comments
 (0)