Should commits on a public repo trigger an automatic deploy?

I have created a “web service” from a public git repo.

I have the following settings:

If I make a commit & push on the main branch, shouldn’t that trigger an automatic deploy?

I’m doing some tests and it seems that’s not working. Am I missing something?

Note: I’ve seen in the past there were some issues with this but it in theory they’re now resolved (link)

Thanks in advance :pray:

Update:

Nevermind. The reason why automatic deploys were not triggered is because the app was created using the option “Public Git Repository”

There’s actually a message that kind of explains that (“PR Previews and Auto-Deploy are available only for repositories configured with render.yaml”) but, as a good user, I tend not to read warnings ^.^

For the record, Auto-Deploys work for the “Git Provider” selection of that form field, but it does not work for Public Git Repository repos.

1 Like