From d3a7124f07d59b70323db70e0e47bcaf1d9a1be7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 10 Mar 2022 14:23:48 +0100 Subject: [PATCH] GitHub CI: Trigger on main branch The network role is using `main` for the default branch, so this needs to be used in the workflow definition. Signed-off-by: Till Maas --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5ce4bc..9805d5c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,7 +5,7 @@ on: types: [opened, synchronize, reopened] push: branches: - - base + - main jobs: integration: