diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:02:58 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:02:58 +0900 |
| commit | bfb66b88b1d714c2d24e0de0f35fb807e381fa25 (patch) | |
| tree | d88dd2764b068e7c9fe00ef2a1cba52b98d4f7cf | |
| parent | 16f0cdc1bf02b8c0cbd37c6e1b2a64f69cb7a1f7 (diff) | |
| download | seaweedfs-bfb66b88b1d714c2d24e0de0f35fb807e381fa25.tar.xz seaweedfs-bfb66b88b1d714c2d24e0de0f35fb807e381fa25.zip | |
fix(ci): do not run on mainline branch
| -rw-r--r-- | .github/workflows/binary_test.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/container_test.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 288abc848..1cad91f82 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -2,6 +2,10 @@ name: Cross-platform binary build test on: push: + branches-ignore: + - master + tags-ignore: + - * pull_request: workflow_dispatch: [] diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index d787b988b..2590f09e3 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -2,6 +2,10 @@ name: Test Building Container Images on: push: + branches-ignore: + - master + tags-ignore: + - * pull_request: workflow_dispatch: [] |
