Fix main branch condition (#1907)

This commit is contained in:
zzak 2023-03-11 06:47:17 +09:00 committed by GitHub
parent 42bda7df75
commit c1394c5efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ jobs:
notify:
uses: zzak/action-discord/.github/workflows/notify.yml@main
if: github.ref_name == 'main'
if: always() && github.ref_name == 'main'
needs: test
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}