From 26289a72568df4eeed336a6b0cc1166292e23d1b Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 26 Jun 2024 15:43:47 +0200 Subject: [PATCH] fix: run CI/CD on PRs --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf2e3c5..7ad7308 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,12 @@ name: Build & test the project on: push: branches: - - master - # Run on any pull request + - '*' + tags: + - v* pull_request: + branches: + - master jobs: build: