question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pushes to branches are not built

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bjoernhaeusercommented, Nov 19, 2017

@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.

0reactions
noamtamimcommented, Nov 19, 2017

@bjoernhaeuser wouldn’t that mean duplicating my jobs?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found