From e00b4315ba1be1fac5a185a8e8a513f182980516 Mon Sep 17 00:00:00 2001 From: Baighasan Date: Sun, 29 Dec 2024 18:36:42 -0500 Subject: [PATCH] Added on push for testing purpases --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc5d47c..cd5f93c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,8 +2,11 @@ name: Deploy Java app to Azure Virtual Machine on: push: - branches: [ "main", "default-endpoint" ] - #types: [ closed ] + branches: [ "main", "default_endpoint" ] + pull_request: + branches: [ "main" ] + types: [ closed ] + jobs: deploy: