From e98e3c49d3ee39617238a30ff7f09915250bcf4e Mon Sep 17 00:00:00 2001 From: Shannon Lewis Date: Fri, 17 Jun 2022 14:37:48 +1000 Subject: [PATCH] fix: corrected a build trigger for the release please workflow (#199) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * * *'