You can now limit which branches can deploy to an environment using Environment protection rules.
When a job tries to deploy to an environment with Deployment branches configured Actions will check the value of github.ref
against the configuration and if it does not match the job will fail and the run will stop.
The Deployment branches rule can be configured to allow:
-
All branches – Any branch in the repository can deploy
-
Protected branches – Only branches with protection rules
-
Selected branches – Branches matching a set of name patterns
Learn more about Environment protection rules