Skip to content

Commit

Permalink
Merge pull request #174 from robandpdx/fix-codeql-workflow-trigger
Browse files Browse the repository at this point in the history
only trigger codeql scans on pull_request
  • Loading branch information
robandpdx authored Aug 14, 2023
2 parents 78e4ac9 + 1fe6d33 commit 15c0645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "CodeQL analysis"

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down

0 comments on commit 15c0645

Please sign in to comment.