From ef95d9bd241ea0314a0ca0f79ec6ca8b4b530aa1 Mon Sep 17 00:00:00 2001 From: DrunkBatya Date: Mon, 10 Jun 2024 14:54:00 +0300 Subject: [PATCH] Enable PR and tags build, disable any branch --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac80359b..c5b3af32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: 'CI' on: push: + branches: + - dev + tags: + - '*' pull_request: jobs: