From 633a2d85dcdaf0cee6e6711d44d727fdb151c06a Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Sat, 31 Jul 2021 10:43:15 -0700 Subject: [PATCH] Update ci.yml --- .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 ab4df7b..8785a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main tags: '*' jobs: test: