Skip to content

Commit

Permalink
Update Pre-release workflow. (#1287)
Browse files Browse the repository at this point in the history
* Update Pre-release workflow.

* Run only if release workflow is sucess.
  • Loading branch information
jigar-f authored Jan 16, 2025
1 parent e1cb900 commit ff81b39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Prerelease Notification

on:
workflow_run:
workflows: [ "release" ]
types:
- success
workflow_dispatch:
push:
tags:
- 'lantern-[0-9]+.[0-9]+.[0-9]+-**'

jobs:
create-release:
Expand Down

0 comments on commit ff81b39

Please sign in to comment.