Skip to content

Commit

Permalink
Fix workflow condition on main branch (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Mar 10, 2023
1 parent 29f3946 commit 42bda7d
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: github.ref_name == 'main'
needs: test
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit 42bda7d

Please sign in to comment.