diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0d55b908..5976d628 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,5 @@ -name: Build Tutorials +name: AnyBody Tutorials on: push: @@ -7,7 +7,10 @@ on: tags: ["*"] pull_request: branches: [ master ] - workflow_dispatch: + workflow_dispatch: {} + schedule: + - cron: '0 0 * * 5' + concurrency: @@ -197,4 +200,4 @@ jobs: id: deployment uses: actions/deploy-pages@v4 - \ No newline at end of file +