From a8a3c95bb155ce55ba097b3a52de32a1e7cd8429 Mon Sep 17 00:00:00 2001 From: UdhayaShan1 Date: Mon, 17 Jun 2024 13:07:18 +0800 Subject: [PATCH] Update ci cd --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f69709..437dab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Java CI with Gradle on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: