From afd7a6253af7a8c0b3b082eeb8ca8e6229a3748b Mon Sep 17 00:00:00 2001 From: Abdul Fatir Ansari Date: Mon, 2 Dec 2024 09:45:13 +0000 Subject: [PATCH] Add types --- .github/workflows/eval-model.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/eval-model.yml b/.github/workflows/eval-model.yml index 83ec666..95f7e27 100644 --- a/.github/workflows/eval-model.yml +++ b/.github/workflows/eval-model.yml @@ -5,6 +5,11 @@ on: # Runs only with read privilages for the GITHUB_TOKEN pull_request: branches: ["main"] # Run on PRs to main branch + types: + - opened # When a PR is created + - reopened # When a closed PR is reopened + - synchronize # When new commits are pushed to the PR + - labeled # When a label is added to the PR jobs: evaluate-and-post: