I’m noticing that my github commits/push are not resulting in deploys?
Im wondering if i am not set up properly. If i manually trigger a deploy, the builds are successful and the pushes are reflected, but the deploys do not seem to occur when i commit to GITHUB. Any ideas?
Hi, @jonmosco, I’m showing this recent deploy was based on a Git push and was successful:
Are the pushes to the master branch? If not, that would explain the issue as this site is configured (currently) to only build the production branch (which is “master”) here:
If other (or all) branches should be built as well, that can be changed on in the settings on the page above.
Hi @jonmosco, Your latest few commits triggered builds: Netlify App Those are the builds that contain commit hashes and build messages in them.
Also note that you are only building your master branch, so if you are making changes in other branches, these won’t build and won’t be reflected in your master branch. You can change this from Netlify App