diff --git a/.github/workflows/appsweep.yml b/.github/workflows/appsweep.yml index 920df3041..a9611a180 100644 --- a/.github/workflows/appsweep.yml +++ b/.github/workflows/appsweep.yml @@ -1,6 +1,8 @@ name: AppSweep mobile application security testing -on: [pull_request_target] +on: + push: + pull_request_target: jobs: upload-app-to-appsweep: runs-on: ubuntu-latest