ci: exclude all prereleases (#1015)

Drew Smirnoff created

Change summary

.github/workflows/discord-notify.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/discord-notify.yml 🔗

@@ -8,7 +8,7 @@ jobs:
   notify-discord:
     name: Notify Discord Channel
     runs-on: ubuntu-latest
-    if: github.event.release.tag_name != 'nightlyv0'
+    if: github.event.release.prerelease == false
 
     steps:
       - name: Send Discord Message