diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-06-01 16:54:24 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-06-01 16:54:24 +0300 |
commit | c8274c45f6f80499b138d32eb880bf21a6825a29 (patch) | |
tree | 52a7bb0d960cf2024ec098cb202b43fc4728b378 /.github/workflows/tests.yml | |
parent | 4d0e27820d3b0094247ca36d9d4351839fbbbb1a (diff) | |
download | bindfs-c8274c45f6f80499b138d32eb880bf21a6825a29.tar.gz |
Drop `branches: [main]` constraint from CI.
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
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: |