ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

Trigger the slack notify based on failure of github action on particular branch #34

Closed rfuelsh closed 2 years ago

rfuelsh commented 2 years ago

How do I customize your "notify-slack-action" github action so I can alert failure based on github action triggered on a certain branch?

if: always()

can be changed somehow?