Skip to content

Commit

Permalink
fix: corrected a build trigger for the release please workflow (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
slewis74 authored Jun 17, 2022
1 parent e0c73b8 commit e98e3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand Down

0 comments on commit e98e3c4

Please sign in to comment.