mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-21 19:10:11 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
|
tags-ignore:
|
||||||
|
- *
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
|
tags-ignore:
|
||||||
|
- *
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
workflow_dispatch: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user