mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 05:37:55 +08:00
fix(ci): do not run on mainline branch
This commit is contained in:
4
.github/workflows/binary_test.yml
vendored
4
.github/workflows/binary_test.yml
vendored
@@ -2,6 +2,10 @@ name: Cross-platform binary build test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
tags-ignore:
|
||||
- *
|
||||
pull_request:
|
||||
workflow_dispatch: []
|
||||
|
||||
|
4
.github/workflows/container_test.yml
vendored
4
.github/workflows/container_test.yml
vendored
@@ -2,6 +2,10 @@ name: Test Building Container Images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
tags-ignore:
|
||||
- *
|
||||
pull_request:
|
||||
workflow_dispatch: []
|
||||
|
||||
|
Reference in New Issue
Block a user