Skip to content

Commit de8e559

Browse files
committed
Address PR feedback.
1 parent 04b03b8 commit de8e559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ develop, trunk ]
16+
branches: [ develop, main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ develop ]

.github/workflows/eslint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- develop
11+
- main
1112

1213
jobs:
1314
eslint:

0 commit comments

Comments
 (0)