@mattlqx Is it possible to use different search-and-replace based on branches? eg: - for branch develop: replace any string "env" with "dev" - for branch main: replace any string "env" with "prod"
@mattlqx Is it possible to use different search-and-replace based on branches?
eg: