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: [PATCH] fix(ci): do not run on mainline branch --- .github/workflows/binary_test.yml | 4 ++++ .github/workflows/container_test.yml | 4 ++++ 2 files changed, 8 insertions(+) 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: [] diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index d787b988b..2590f09e3 100644 --- a/.github/workflows/container_test.yml +++ b/.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: []