From 8a08f30cc5ae0b81e364da18fb6a55116ea8d717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20=C4=8Cech=C3=A1=C4=8Dek?= Date: Tue, 25 Oct 2022 04:39:53 +0200 Subject: [PATCH] Limited releases to one branch only --- .github/workflows/main-autorelease.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-autorelease.yml b/.github/workflows/main-autorelease.yml index 3879a31745..19a58e3108 100644 --- a/.github/workflows/main-autorelease.yml +++ b/.github/workflows/main-autorelease.yml @@ -3,7 +3,10 @@ name: Java CI with AutoRelease -on: [push, pull_request] +on: + push: + branches: + - dev/3.0.0 jobs: build-11: