From 68f60409afad1793e9f8c1e931ba2eee71ec73fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 5 Nov 2024 17:15:28 +0100 Subject: [PATCH] ci: Run CI on pushes to all branches --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b6e8704..78a4caee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - main pull_request: schedule: - cron: '0 6 * * *'