diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95df51db1..052dfd7da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,11 +3,11 @@ name: CI on: push: branches: - - main + - keep-history workflow_dispatch: pull_request: branches: - - main + - keep-history schedule: - cron: "0 4 * * *" # Runs every day at 4am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule @@ -82,6 +82,7 @@ jobs: #allure_report: allure-report allure_history: allure-history keep_reports: 100 + subdirectory: allure - name: Publish Report if: always() && github.ref == 'refs/heads/main'