diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31a16c9..3762c60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: pull_request: types: [opened, synchronize, edited, reopened] + release: + types: [created] schedule: - cron: "0 1 * * 6" # Run at 1am every Saturday