diff --git a/.github/workflows/test_firedancer_localnet.yml b/.github/workflows/test_firedancer_localnet.yml index 88244ba51c..fde012b13a 100644 --- a/.github/workflows/test_firedancer_localnet.yml +++ b/.github/workflows/test_firedancer_localnet.yml @@ -2,6 +2,8 @@ name: Firedancer Localnet on: workflow_call: workflow_dispatch: + pull_request: + types: [synchronize, opened, reopened, ready_for_review] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true