diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b3583a2f7..920d06c507 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,15 +4,14 @@ # Only the branch called `live` is published. name: build-ublue -on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows +on: schedule: - cron: "20 22 * * *" push: branches: - live - - template - - main - paths-ignore: # don't rebuild if only documentation has changed + paths-ignore: + # don't rebuild if only documentation has changed - "**.md" pull_request: workflow_dispatch: