Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
ci: fix moonlight release notifier (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 24, 2024
1 parent 34bc65b commit e910757
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-notifier-moonlight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ name: Release Notifications (Moonlight)

on:
release:
types: [published]
types:
- released # this triggers when a release is published, but does not include prereleases or drafts

jobs:
discord:
if: >-
startsWith(github.repository, 'LizardByte/') &&
!github.event.release.prerelease &&
!github.event.release.draft
runs-on: ubuntu-latest
steps:
- name: discord
Expand Down

0 comments on commit e910757

Please sign in to comment.