fix(ci): do not run on mainline branch

This commit is contained in:
Alexander 2021-08-29 12:02:58 +09:00
parent 16f0cdc1bf
commit bfb66b88b1
2 changed files with 8 additions and 0 deletions

View file

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

View file

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