Skip to content

Commit

Permalink
Fix main branch condition (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Mar 10, 2023
1 parent 42bda7d commit c1394c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1394c5

Please sign in to comment.