From 95a4267854effba261defe06bfcaa199187d5c88 Mon Sep 17 00:00:00 2001 From: tmtenbrink <64082573+tmtenbrink@users.noreply.github.com> Date: Thu, 18 Nov 2021 17:06:04 +0100 Subject: [PATCH] Test on main push --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f5276..b9bb8b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [ ci ] + branches: [ main ] pull_request: release: types: [ published ]