Skip to content

Commit

Permalink
Fix triggering of release.yml on releases. (android-graphics#38)
Browse files Browse the repository at this point in the history
* Fix triggering of release.yml on releases.

* Update to a list of types.
  • Loading branch information
sonakshisaxena1 authored Jan 14, 2025
1 parent f76b362 commit 793bca3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release Sherlock Platform prebuilt

on:
push:
tags:
- 'v*'
release:
types: [created, edited, published, prereleased, released]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 793bca3

Please sign in to comment.