diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-09 18:25:58 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-09 18:25:58 -0700 |
commit | f949951144dc11391804ddc89042a1e9ce800972 (patch) | |
tree | 1861500c204cdf165d18bd580aa7a61db7671346 | |
parent | aead623d934eeae88af4d66fc877e21a84770814 (diff) | |
parent | bd3252d5cfbfe11cda6dd76ed9c0f12a6d3c352b (diff) |
Merge pull request #3886 from avagin:github-act-feature
PiperOrigin-RevId: 330841374
-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 |