Skip to content

Commit

Permalink
Merge pull request #134 from PortSwigger/run-bcheck-checker-on-push-t…
Browse files Browse the repository at this point in the history
…o-branch-in-pr

Make BCheck Checker run on push to open PR
  • Loading branch information
Hannah-PortSwigger authored Oct 18, 2023
2 parents e385074 + 339870f commit 8450ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_bcheck_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request BCheckChecker

on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]

jobs:
build:
Expand Down

0 comments on commit 8450ff2

Please sign in to comment.