From 6ac28c21b9a59699a354e64063d845d8e4ffe190 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 23 May 2022 06:49:05 +0200 Subject: [PATCH] Fix workflow trigger --- .github/workflows/release-candidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 1f47ef3d..55cbf3b0 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -1,9 +1,9 @@ name: Release candidate on: - pull_request: + push: branches: - - master + - release/* jobs: # Build images and publish RCs to DockerHub