Skip to content

Commit 2a808b2

Browse files
committed
Add testing workflow
1 parent e7ece62 commit 2a808b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: "CodeQL action"
22

33
on:
44
push:
5-
branches: [main, releases/v*]
65
pull_request:
76
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
87
# by other workflows.
@@ -18,6 +17,7 @@ defaults:
1817

1918
env:
2019
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks
20+
CODEQL_ACTION_SKIP_FILE_COVERAGE: true
2121

2222
jobs:
2323
# Identify the CodeQL tool versions to use in the analysis job.

0 commit comments

Comments
 (0)