From 0db93d41950928eeecd14b6f6a35a7b728ce8add Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 17:22:24 +0100 Subject: [PATCH] work on ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cf59d7..94c1524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ name: Continuous Integration on: push: branches: - - master + - main pull_request: - branches: [master] + branches: [main] jobs: