diff --git a/ci.go b/ci.go index 1b6a4f4..866bef7 100644 --- a/ci.go +++ b/ci.go @@ -9,8 +9,8 @@ import ( ) var ( - defaultCloudBuildRegion = "global" - + defaultCloudBuildRegion = "global" + // https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request githubActionsPRRefRegexp = regexp.MustCompile(`refs/pull/\d+/merge`) )