From e78334f9b0800d24e4d5414a6d33fb62d3894556 Mon Sep 17 00:00:00 2001 From: HashMapsData2Value <83883690+HashMapsData2Value@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:32:43 +0200 Subject: [PATCH] ci: specify on demands --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8f79242..4a68f439 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,10 @@ name: Tests on: pull_request: - branches: [main] + types: [opened, reopened, synchronize] + push: + branches: + - "main" jobs: build: