Pushes to branches are not built
See original GitHub issueI followed the instructions in the README. I want to build PRs and branches, so I set the refspec to +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
, as explained.
I also enabled the push
event on the webhook. Yet, simple pushes to the repo (not connected to a PR) don’t get built.
Am I missing something or is it a bug?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How do I push my changes to a branch which is not master
I was working on a branch "feat/plan" which was taken from branch "dev" and after committing the changes I pushed my code to...
Read more >Pushing to develop branch does not trigger build
Hi, I set up a simple PHP project on GitHub using the git-flow model. Currently, I have only two branches master and develop....
Read more >About pull requests - GitHub Docs
Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is...
Read more >Create and push a branch | Bitbucket Cloud - Atlassian Support
Branching lets you work on a new feature without affecting the main codebase. Learn how to create a Git branch and push it...
Read more >git-push Documentation - Git
When the command line does not specify where to push with the <repository> argument, branch.*.remote configuration for the current branch is consulted to ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@noamtamim that is what I would recommend to do. You can also configure the pull-request builder and the github plugin on the same job, but your mileage will vary.
@bjoernhaeuser wouldn’t that mean duplicating my jobs?