From af18866d78712254c43c0098a6accc73494f8488 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 26 May 2024 14:17:29 +0000 Subject: [PATCH] Fix 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 d66b0c1..1df733c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] schedule: - cron: "50 6 * * *" workflow_dispatch: