From 9eee89d9085fcbdfddeafa5787f6b017df2b977c Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 24 Apr 2021 14:38:21 +0900 Subject: [PATCH] update gh actions --- .github/workflows/go.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4797ac5..b2862bf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,6 @@ name: Go -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: [push, pull_request] jobs: