From 7501059f26731e0876979eaf463db45bb9f745ef Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Tue, 28 May 2024 13:13:37 +0200 Subject: [PATCH] chore: Update podman.yml to include temporary branch for e2e testing --- .github/workflows/podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index ce59f9834..f402d4655 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -5,9 +5,9 @@ on: branches: - develop - main + - poc/enable-e2e # temporary branch for e2e testing tags: - '*' - - poc/enable-e2e # temporary branch for e2e testing workflow_dispatch: release: types: [created]