Skip to content

Commit

Permalink
Change trigger type to run workflow on release published
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Apr 15, 2024
1 parent 092ae89 commit d7406e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release-packages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build Release Packages

on:
push:
tags:
- '*'
release:
types: [published]

workflow_dispatch:
inputs:
Expand Down

0 comments on commit d7406e8

Please sign in to comment.