Skip to content

Commit

Permalink
Run GitHub Actions buildbot on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Feb 27, 2021
1 parent dac496d commit e466b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ '*' ]

jobs:
check:
Expand All @@ -29,6 +29,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF to Github using the upload-sarif action
uses: github/codeql-action/upload-sarif@v1
if: $
if: ${{ always() }}
with:
sarif_file: build/reports/detekt/main.sarif

0 comments on commit e466b5e

Please sign in to comment.