Skip to content

Commit

Permalink
Proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Apr 15, 2023
1 parent 3b588a7 commit 851e0bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: OpenSSF Scorecard update
on:
# XXX: Drop PR builds after testing.
pull_request:
push:
branches: [ master ]
Expand All @@ -25,7 +24,7 @@ jobs:
with:
results_file: results.sarif
results_format: sarif
publish_results: true
publish_results: ${{ github.ref == 'refs/heads/master' }}
- name: Update GitHub's code scanning dashboard
uses: github/codeql-action/[email protected]
with:
Expand Down

0 comments on commit 851e0bb

Please sign in to comment.