diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bcfaff529..f4c250d82b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,8 @@ name: Build, test and publish on: push: branches: '**' - tags: [ '*' ] + release: + types: [published, edited] schedule: # Daily 5am australian/brisbane time (7pm UTC) - cron: '0 19 * * *'