Browse Source

fix(ci): do not run on mainline branch

pull/2292/head
Alexander 3 years ago
parent
commit
bfb66b88b1
  1. 4
      .github/workflows/binary_test.yml
  2. 4
      .github/workflows/container_test.yml

4
.github/workflows/binary_test.yml

@ -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

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

Loading…
Cancel
Save