From 0d25397a031b01a0c44ceda67e5c0248ecd951f7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Wed, 26 May 2021 13:55:20 +0200 Subject: [PATCH] Fix github workflow Could you kindly work, please? --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e349409..4938a76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,10 +2,10 @@ name: Full CI process on: push: branches: - - $default-branch + - main pull_request: branches: - - $default-branch + - main jobs: test: