I am using a repo for building docker containers. I have the main branch for latest, dev branch for dev, and nightly branch for nightly. I have gitea actions setup to run on a schedule 2 times a week. On the main branch the actions work perfect. But the dev and nightly branches schedule does not work. They only run when i manually re run jobs or when i push a commit to those branches. How do i get around this so all three versions of my docker container build automatically.