From 12dedb6b32d68502580ec5681e77a6056bcb3209 Mon Sep 17 00:00:00 2001 From: revijay Date: Sun, 17 Nov 2024 20:19:45 +0530 Subject: [PATCH] Updated ci-pull.yml to run build on PR --- .github/workflows/ci-pull.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pull.yml b/.github/workflows/ci-pull.yml index aa73405..0b03e4b 100644 --- a/.github/workflows/ci-pull.yml +++ b/.github/workflows/ci-pull.yml @@ -4,12 +4,12 @@ name: Java CI with Maven on Pull on: - #pull_request: TODO enable after test passes - # branches: [ "main" ] + pull_request: + branches: [ "main" ] push: branches: [ "actions"] #Allows testing Actions changes in a fork - #schedule: TODO enable after test passes - #- cron: "0 12 * * 1-5" + schedule: + - cron: "0 12 * * 1-5" permissions: contents: read