From 7935f3b811071d9b0cc6f9311e0c54a5995f0aad Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Tue, 23 Apr 2024 17:57:33 +0200 Subject: [PATCH] Run the CI on the main branch --- .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 28a602a..d1dbdf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main tags: - "v*" pull_request: