Skip to content

Commit da54e19

Browse files
authored
Minor CodeQL Workflow Changes (#363)
1 parent 13eb041 commit da54e19

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
@@ -5,12 +5,12 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
analyze:
1112
name: Analyze
1213
runs-on: ubuntu-24.04
13-
if: github.event.repository.private == false
1414
timeout-minutes: 30
1515
permissions:
1616
actions: read

0 commit comments

Comments
 (0)