From 7bf632c820e59caf0feade27b666b737b76a16dd Mon Sep 17 00:00:00 2001 From: Rahmeen14 Date: Tue, 18 Aug 2026 17:59:09 +0100 Subject: [PATCH] run CI nightly --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d507c23..dba00b82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,9 @@ on: pull_request: branches: - main + schedule: + - cron: "22 2 * * *" + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -26,7 +29,7 @@ jobs: Documentation: name: Doxygenize #Only run for push to main - if: github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-24.04 permissions: contents: write # Needed to push to gh-pages