From 52e646d982256e3b38d547da241f17242c3bbb02 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Tue, 16 Aug 2022 23:48:48 +0100 Subject: [PATCH] run ci on pull requests --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecdf0fc..e4a2b0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,13 @@ name: q3c # Run this workflow every time a new commit pushed to your repository -on: push +on: + push: + branches: + - '*' + tags: + - '*' + pull_request: jobs: tester: