Relative Content

Tag Archive for gitgithubgithub-actionsbranching-and-merginggit-workflow

git actions to run only on feature branch ‘creation’

The requirement is to copy some files from an external source to a new feature branch when the branch is created. However, the files need not be copied on dev or test or any other branch creations. The git actions yaml i am using looks like this