Builds not triggering when pushing to repo

As of this morning, it just stopped working looks like your service is down as entire setup is still the same on my side and it was working just a few hours ago.

I’ve pushed a few times and it just won’t catch my new code

Can you publish your .circleci/config.yml file? Perhaps there is a problem with it. I’ve been pushing all day today (UK time) and they seem fine.

I discovered recently that if you have added workflows into your config, you need to add an explicit commit trigger in order to build on push. Could that be it?

I have exactly the same issue as of this morning. Didn’t change anything in my config.yml for the past weeks.

I have exactly the same issue from yesterday evening.
When I switch my CI environment(for macOS) from 1.0 to 2.0 yesterday morning,
build is triggered when I push to repo.
But from yesterday evening, build is will not triggered when I push to repo.