From de5cd54cfc1fa9a957881da57ab2f6f5ec8cdec1 Mon Sep 17 00:00:00 2001 From: verytactical <186486509+verytactical@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:45:11 +0400 Subject: [PATCH] ci: run CI on PRs to any branch With a new `develop` git workflow it turned out Actions don't run on PRs to branches except for `main`. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb3a99e..b27749f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,8 @@ name: Test and Deploy on: + push: + branches: [main] pull_request: branches: - "**"