Skip to content

Commit

Permalink
add pull request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler authored Jun 24, 2024
1 parent c6b21b7 commit 1f443ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- cron: '20 19 * * 3'
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions: read-all

Expand Down Expand Up @@ -42,6 +44,7 @@ jobs:
name: SARIF file
path: results.sarif
- name: "Upload to code-scanning"
if: github.event_name != 'pull_request'
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 1f443ed

Please sign in to comment.