diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index cfc3c8b8..f413a033 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: