From a3579a295d3a5de65c4619b512c1c6eaa074d703 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6e3f48..eb3a99e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,9 @@ name: Test and Deploy on: - push: - branches: [main] pull_request: - branches: [main] + branches: + - "**" jobs: test: