diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96e84b6..7978349 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,13 +4,12 @@ on: push: branches-ignore: - 'dependabot/**' - pull_request: ~ - release: - types: [created] - schedule: - - - cron: "0 1 * * 6" # Run at 1am every Saturday - workflow_dispatch: ~ + pull_request: ~ + release: + types: [ created ] + schedule: + - cron: "0 1 * * 6" # Run at 1am every Saturday + workflow_dispatch: ~ jobs: tests: