From 99586fb651276ecc9e03b263dd646726758c8eb5 Mon Sep 17 00:00:00 2001 From: Ramazan Ibragimov <130592661+miskeens@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:34:05 +0300 Subject: [PATCH] GH-126: add pull request tests --- .github/workflows/pr-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 526d68f..f837d04 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -4,11 +4,11 @@ on: push: branches-ignore: - master -# Pull Requests can not reuse workflows from the source branch: -# https://github.com/actions/toolkit/issues/932 -# pull_request: -# branches: -# - '*' + # Pull Requests can not reuse workflows from the source branch: + # https://github.com/actions/toolkit/issues/932 + pull_request: + branches: + - '*' jobs: tests: