Skip to content

Commit

Permalink
ci: update release notifier (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot authored Oct 16, 2023
1 parent 83b76a6 commit 98b3f66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
discord:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:

facebook_group:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:

facebook_page:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:

reddit:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -88,7 +88,7 @@ jobs:

twitter:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98b3f66

Please sign in to comment.