aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2025-06-01 16:54:24 +0300
committerMartin Pärtel <martin.partel@gmail.com>2025-06-01 16:54:24 +0300
commitc8274c45f6f80499b138d32eb880bf21a6825a29 (patch)
tree52a7bb0d960cf2024ec098cb202b43fc4728b378
parent4d0e27820d3b0094247ca36d9d4351839fbbbb1a (diff)
downloadbindfs-c8274c45f6f80499b138d32eb880bf21a6825a29.tar.gz
Drop `branches: [main]` constraint from CI.
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 0 insertions, 2 deletions
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: