Skip to content

Commit

Permalink
Update appSweep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 8, 2024
1 parent cc49166 commit 6729829
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/appSweep.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: AppSweep mobile application security testing
on: [pull_request_target]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
upload-app-to-appsweep:
runs-on: ubuntu-latest
Expand All @@ -9,4 +13,4 @@ jobs:
- name: Upload app to AppSweep with Gradle
env:
APPSWEEP_API_KEY: ${{ secrets.APP_SWEEP_SECRET_KEY }}
run: ./gradlew uploadToAppSweepRelease
run: ./gradlew uploadToAppSweepRelease

0 comments on commit 6729829

Please sign in to comment.