diff options
| author | Guo Lei <snipergg@163.com> | 2022-06-15 15:28:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 15:28:40 +0800 |
| commit | 3df84cabf67918beb4bb4f56c4250e57c0f219c5 (patch) | |
| tree | e9d76793170ee607e915f7679bb35a667ace397e /.github/workflows/container_dev.yml | |
| parent | 695e8c75551b7de9f47723b682f0cb0ab4b74002 (diff) | |
| parent | b8ce05c9047cc95d76b57116affeb4ca7385c34a (diff) | |
| download | seaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.tar.xz seaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.zip | |
Merge branch 'chrislusf:master' into weed_update
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index ac93e4537..d8a2312ea 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -3,7 +3,7 @@ name: "docker: build dev containers" on: push: branches: [ master ] - workflow_dispatch: [] + workflow_dispatch: {} permissions: contents: read |
