Skip to content

Commit

Permalink
chore: release trigger added to notify-release workflow (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer-coder committed Oct 11, 2022
1 parent 7185772 commit 67433d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: notify-release
on:
workflow_dispatch:
schedule:
- cron: '30 8 * * *'
- cron: '30 8 * * *'
release:
types: [published]
jobs:
setup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67433d0

Please sign in to comment.