GitHub/On/PushToMain.psd1

@{
    push = @{
        banches =@('main','master')
        "paths-ignore" = @("docs/**","*.help.txt", "*.md")
    }
}