Skip to content

Commit

Permalink
CI: Run PR scanner on develop (#1411)
Browse files Browse the repository at this point in the history
# Open PR

## Changes

* trigger `pr_scanner.yml` for push on `develop`
* remove unnecessary dependency
  • Loading branch information
descorp authored Oct 11, 2023
2 parents 40b6d76 + aecee84 commit 0c9f9e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Scan PR
on:
pull_request:
types: [opened, synchronize, reopened]

push:
branches:
- develop

jobs:

build:
Expand All @@ -25,7 +28,6 @@ jobs:
- name: Install Tools
run: |
brew install sonar-scanner
brew install chargepoint/xcparse/xcparse
gem install slather
- name: Validate 3DS2 SDK version
Expand Down

0 comments on commit 0c9f9e7

Please sign in to comment.