Restrict `REF` only matched with the pattern. For example, `deployable_ref: main` means only the `main` branch is deployable to the environment. ```yaml # in deploy.yml deployable_ref: main ```
Restrict
REFonly matched with the pattern. For example,deployable_ref: mainmeans only themainbranch is deployable to the environment.