diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-11-10 12:27:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-10 12:27:45 -0800 |
| commit | b0b2a03ea726bfd35e64657e6fa5de0188a1c934 (patch) | |
| tree | 80bbcb90ecf6edfeda1877f19aadcf58f456b60d | |
| parent | 641ce36f6fa8dd2888d0fc7a5205452b1208e79d (diff) | |
| download | seaweedfs-b0b2a03ea726bfd35e64657e6fa5de0188a1c934.tar.xz seaweedfs-b0b2a03ea726bfd35e64657e6fa5de0188a1c934.zip | |
Update binaries_dev.yml
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 54031e946..49bd27411 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -3,6 +3,8 @@ name: "go: build dev binaries" on: push: branches: [ master ] + pull_request: + branches: [ master ] jobs: |
