From bfb66b88b1d714c2d24e0de0f35fb807e381fa25 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Sun, 29 Aug 2021 12:02:58 +0900 Subject: fix(ci): do not run on mainline branch --- .github/workflows/binary_test.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/binary_test.yml') diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 288abc848..1cad91f82 100644 --- a/.github/workflows/binary_test.yml +++ b/.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: [] -- cgit v1.2.3