fix(ci): further testing of CI logic
This commit is contained in:
5
.github/workflows/binary_test.yml
vendored
5
.github/workflows/binary_test.yml
vendored
@@ -1,11 +1,6 @@
|
|||||||
name: Cross-platform binary build test
|
name: Cross-platform binary build test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
tags-ignore:
|
|
||||||
- *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
workflow_dispatch: []
|
||||||
|
|
||||||
|
|||||||
5
.github/workflows/container_test.yml
vendored
5
.github/workflows/container_test.yml
vendored
@@ -1,11 +1,6 @@
|
|||||||
name: Test Building Container Images
|
name: Test Building Container Images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
tags-ignore:
|
|
||||||
- *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
workflow_dispatch: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user