From c4d64cfdf738840de20b4050904cdc9a5b44555b Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 29 Nov 2024 16:11:17 +0100 Subject: [PATCH] fix typo --- .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 5cef9bd1..c3b5d5eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - dev + - develop - master pull_request: