We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b03b8 commit de8e559Copy full SHA for de8e559
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ develop, trunk ]
+ branches: [ develop, main ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: [ develop ]
.github/workflows/eslint.yml
@@ -8,6 +8,7 @@ on:
8
9
branches:
10
- develop
11
+ - main
12
jobs:
eslint:
0 commit comments