From 3f93a2a6c9124fca97f62034a4559f3ba7d25081 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 1 Nov 2022 15:12:32 +0100 Subject: [PATCH] CI: Fix triggering branch name --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0599216..7db06ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ on: # trigger on pushes to the master branch and 1-alpha push: branches: + - master - main - 1-alpha # trigger on all pull requests