From af08620218a709c989336cbd6a2d450ba6c9776d Mon Sep 17 00:00:00 2001 From: jotacemarin Date: Mon, 5 Feb 2024 21:47:33 -0500 Subject: [PATCH] add trigger event in github workflow --- .github/workflows/ci-botnorrea-v2-telegram.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-botnorrea-v2-telegram.yml b/.github/workflows/ci-botnorrea-v2-telegram.yml index c9075da..40baa63 100644 --- a/.github/workflows/ci-botnorrea-v2-telegram.yml +++ b/.github/workflows/ci-botnorrea-v2-telegram.yml @@ -3,6 +3,8 @@ name: ci-botnorrea-v2-telegram on: pull_request: branches: [master] + push: + branches: [master] jobs: unit-test: