From 1930f0207c0416985f452f080d12847733214eff Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 6 Jan 2024 17:20:55 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20enable=20on=20=E2=80=B9trunk=E2=80=BA=20a?= =?UTF-8?q?nd=20merging=20to=20=E2=80=B9trunk=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- .github/workflows/test-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 9bc6b9a..da16354 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -4,6 +4,10 @@ on: pull_request: branches: - main + - trunk + push: + branches: + - trunk jobs: test-deploy: