From 079606c9dabfd205238eca37cdd5653d777ee36f Mon Sep 17 00:00:00 2001 From: mohammed Date: Thu, 26 Sep 2024 16:08:43 +0400 Subject: [PATCH] include new branches name in github file --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index cfc3c8b..f413a03 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -5,9 +5,9 @@ name: RedisBungee Build on: push: - branches: [ main ] + branches: [ stable, develop ] pull_request: - branches: [ main ] + branches: [ stable, develop ] jobs: build: