From 712c53885515e9c1f66b2ef57d826f9c6fe8b5d3 Mon Sep 17 00:00:00 2001 From: alanprot Date: Thu, 4 Apr 2024 10:35:42 -0700 Subject: [PATCH] Run tests --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45a8c07cab..f2594cce2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,9 @@ --- name: CI on: # yamllint disable-line rule:truthy - pull_request: - workflow_call: + push: + branches: + - "*" jobs: test_frontend: name: Test alertmanager frontend