Skip to content

Commit

Permalink
chore: add published release trigger to notify release workflow (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Nov 2, 2022
1 parent 4d04721 commit 205c80f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notify-release.yml
@@ -1,6 +1,8 @@
name: notify-release
on:
workflow_dispatch:
release:
types: [published]
schedule:
- cron: '30 8 * * *'
jobs:
Expand Down

0 comments on commit 205c80f

Please sign in to comment.