From fbd2aaa14f97ffef57bbc1cbae54094b395864ac Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Thu, 6 May 2021 13:53:25 +0000 Subject: [PATCH] fix pr events --- .github/workflows/pr_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index c5becccf3..88cd10be6 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -1,6 +1,7 @@ name: Test Contributor Pull Requests on: pull_request: + types: [labeled, opened] jobs: test: runs-on: ubuntu-latest