mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(ci): do not run on mainline branch
This commit is contained in:
parent
16f0cdc1bf
commit
bfb66b88b1
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: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue