From cc43a8c86598fe9f26082a3e9845ce8ca93dc21c Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:48:01 +0100 Subject: [PATCH] Bump release version --- .github/workflows/profiling.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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