diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index c64c32aaf..c3c4d460b 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -1,7 +1,11 @@ name: Profiling Comparison for Specific File 2 on: - pull_request_target + pull_request_target: + types: + - opened + - reopened + - synchronize jobs: profiler: runs-on: ubuntu-latest