diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 99f474a9c..3a6a592d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,6 @@ on: push: branches: - master - - feature/** pull_request: branches: - master |