From c8274c45f6f80499b138d32eb880bf21a6825a29 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 1 Jun 2025 16:54:24 +0300 Subject: Drop `branches: [main]` constraint from CI. --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 353c4e7..d67b2d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,8 +6,6 @@ name: Build and test on: pull_request: push: - branches: - - main schedule: - cron: '0 3 * * 5' # Every Friday at 3am workflow_dispatch: -- cgit v1.2.3