We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ece62 commit 2a808b2Copy full SHA for 2a808b2
.github/workflows/codeql.yml
@@ -2,7 +2,6 @@ name: "CodeQL action"
2
3
on:
4
push:
5
- branches: [main, releases/v*]
6
pull_request:
7
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
8
# by other workflows.
@@ -18,6 +17,7 @@ defaults:
18
17
19
env:
20
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks
+ CODEQL_ACTION_SKIP_FILE_COVERAGE: true
21
22
jobs:
23
# Identify the CodeQL tool versions to use in the analysis job.
0 commit comments