Skip to content

Commit

Permalink
Merge pull request #1977 from akto-api-security/fix-staging-worfklow-…
Browse files Browse the repository at this point in the history
…not-triggered

fixed staging workflow not getting triggered on PR approval
  • Loading branch information
Ark2307 authored Jan 14, 2025
2 parents d7556cb + b115362 commit 9cc673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Staging
on:
push:
branches: [master]
pull_request:
pull_request_review:
types: [ submitted ]
workflow_dispatch:

Expand Down

0 comments on commit 9cc673e

Please sign in to comment.