From 2c72e6200db4fafc3d5e828cceefa210fc372573 Mon Sep 17 00:00:00 2001 From: DamKas <48238600+DamKast@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:00:28 +0400 Subject: [PATCH] Run actions on every push and PR --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5652ae9..8fb3a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,7 @@ name: CI # yamllint disable-line rule:truthy on: push: - branches: - - add-unit-tests - # pull_request: ~ + pull_request: ~ env: CODE_FOLDER: zigpy_zboss