slack
slack copied to clipboard
Workflow subscriptions for main branch only
Describe the bug Using the following subscription:
/github subscribe owner/repo workflows:{name:"Workflow name" branch:"main"}
I'm expecting to only see executions of that workflow against the main branch. But I'm actually seeing all executions of that workflow, regardless of event.
To Reproduce Steps to reproduce the behavior:
- Setup listed subscription
- Trigger workflow on main branch, see that it posts
- Trigger workflow execution on another branch, see that it still posts
- File issue on github
Expected behavior Some configuration exists that allows me to only report workflow runs on main branch.