Browse Source

fix(ci): further testing of CI logic

pull/2292/head
Alexander 3 years ago
parent
commit
7cfaa1a365
  1. 5
      .github/workflows/binary_test.yml
  2. 5
      .github/workflows/container_test.yml

5
.github/workflows/binary_test.yml

@ -1,11 +1,6 @@
name: Cross-platform binary build test
on:
push:
branches-ignore:
- master
tags-ignore:
- *
pull_request:
workflow_dispatch: []

5
.github/workflows/container_test.yml

@ -1,11 +1,6 @@
name: Test Building Container Images
on:
push:
branches-ignore:
- master
tags-ignore:
- *
pull_request:
workflow_dispatch: []

Loading…
Cancel
Save