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 16daebf commit a40a659Copy full SHA for a40a659
.github/workflows/codeql.yml
@@ -2,7 +2,9 @@ name: CodeQL
2
3
on:
4
push:
5
- branches: ["develop", "main"]
+ branches:
6
+ - main
7
+ # - develop
8
9
jobs:
10
analyze:
.github/workflows/test.yml
@@ -2,7 +2,9 @@ name: Test Lint and Build
test:
0 commit comments