From 6764849ca1f1714d0b30dbfa8c26585c37187f42 Mon Sep 17 00:00:00 2001 From: OscarAndres Date: Tue, 5 Mar 2024 11:11:05 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae1e3aaa0c..6e5e6e3ba7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: [master] + types: [opened, synchronize] jobs: simple_deployment_pipeline: