From 516e3b935522e810de3fd5a38ea1cf8dd4866be9 Mon Sep 17 00:00:00 2001 From: ali sayyah <ali.sayyah2@gmail.com> Date: Fri, 28 Jan 2022 14:14:29 +0330 Subject: [PATCH] add continuous integration for pull requests (#61) * added test ci for pull requests * Update test.yml * Update test.yml --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 220fc31..164ac01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,9 @@ on: - master tags-ignore: - "*" + pull_request: + branches: + - 'release/**' jobs: pre_job: -- GitLab