-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
WebHooks: branch filter for push/pull request notifications #2025
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Perhaps a Gitea Pipeline Multi-branch plugin for Jenkins. So filter from the Jenkins side, rather than the Gitea side. Although that is an interesting concept and one I don't believe GitHub supports. |
I think it should be done on gitea side as I would also like to get slack/mattermost notifications only for specific branches |
1 similar comment
I think it should be done on gitea side as I would also like to get slack/mattermost notifications only for specific branches |
I would like to notify Jenkins when there is a new push, or accepted pull request to the master branch, so it can be built and deployed for testing.
I could trigger the build without the use of the Gogs webhook plugin but the webhook is triggered for any pushes to the repository, not just the master branch.
So I would like to request the ability to create a filter for which branches a webhook should activate.
The text was updated successfully, but these errors were encountered: